Changeset 1595
- Timestamp:
- 07/07/04 15:21:27 (20 years ago)
- Location:
- pykota/trunk
- Files:
-
- 1 added
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/MANIFEST.in
r1590 r1595 1 include README FAQ COPYING LICENSE TODO NEWS CREDITS SECURITY MANIFEST.in clean.sh bin/cupspykota bin/edpykota bin/warnpykota bin/repykota bin/pykotme bin/p kprinters bin/pkhint bin/pkpgcounter bin/snmpprinterstatus bin/waitprinter.sh bin/papwaitprinter.sh bin/mailandpopup.sh bin/README1 include README FAQ COPYING LICENSE TODO NEWS CREDITS SECURITY MANIFEST.in clean.sh bin/cupspykota bin/edpykota bin/warnpykota bin/repykota bin/pykotme bin/pykosd bin/pkprinters bin/pkhint bin/pkpgcounter bin/snmpprinterstatus bin/waitprinter.sh bin/papwaitprinter.sh bin/mailandpopup.sh bin/README 2 2 recursive-include po README *.po *.mo *.pot 3 3 recursive-include man README *.sh *.1 -
pykota/trunk/NEWS
r1593 r1595 24 24 - 1.19alpha30 : 25 25 26 - Introduction of preliminary version of the pykosd command 27 26 28 - Usernames, Groupnames and Printernames can now contain 27 29 ANY character, expected '/' and '@'. -
pykota/trunk/setup.py
r1592 r1595 24 24 # 25 25 # $Log$ 26 # Revision 1.46 2004/07/07 13:21:26 jalet 27 # Introduction of the pykosd command 28 # 26 29 # Revision 1.45 2004/07/06 09:37:01 jalet 27 30 # Integrated most of the Debian packaging work made by Sergio Gonz�z Gonz�z … … 459 462 url = "http://www.librelogiciel.com/software/", 460 463 packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 461 scripts = [ "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/ edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ],464 scripts = [ "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 462 465 data_files = data_files) 463 466