Changeset 1360
- Timestamp:
- 02/25/04 16:10:38 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 1 added
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/MANIFEST.in
r1338 r1360 1 include README FAQ COPYING LICENSE TODO NEWS CREDITS SECURITY MANIFEST.in clean.sh bin/cupspykota bin/pykota bin/edpykota bin/warnpykota bin/repykota bin/pykotme bin/pkprinters bin/pkhint 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/pykota bin/edpykota bin/warnpykota bin/repykota bin/pykotme bin/pkprinters bin/pkhint 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
r1358 r1360 22 22 PyKota NEWS : 23 23 24 - 1.18alpha9 : 25 26 - Preliminary version of the snmpprinterstatus command added. 27 24 28 - 1.18alpha8 : 25 29 -
pykota/trunk/pykota/version.py
r1358 r1360 22 22 # 23 23 24 __version__ = "1.18alpha 8_unofficial"24 __version__ = "1.18alpha9_unofficial" 25 25 26 26 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng.""" -
pykota/trunk/setup.py
r1345 r1360 24 24 # 25 25 # $Log$ 26 # Revision 1.36 2004/02/25 15:10:38 jalet 27 # Preliminary snmpprinterstatus command added. 28 # 26 29 # Revision 1.35 2004/02/12 22:43:58 jalet 27 30 # Better integration in Debian and more LSB compliance, thanks to … … 393 396 url = "http://www.librelogiciel.com/software/", 394 397 packages = [ "pykota", "pykota.storages", "pykota.requesters", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 395 scripts = [ "bin/ edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ],398 scripts = [ "bin/snmpprinterstatus", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 396 399 data_files = data_files) 397 400