Changeset 7 for pkipplib/trunk/setup.py

Show
Ignore:
Timestamp:
05/19/06 16:12:46 (18 years ago)
Author:
jerome
Message:

Finished a basic useable implementation for the creation of IPP request,
their sending to a CUPS server, and the retrieval of answers.
Implemented a basic CUPS class.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkipplib/trunk/setup.py

    r4 r7  
    11#! /usr/bin/env python 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    3 # ipplib : IPP support for Python 
     4# ipplib : IPP and CUPS support for Python 
    45# 
    5 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 
    67# This program is free software; you can redistribute it and/or modify 
    78# it under the terms of the GNU General Public License as published by