Changeset 1095 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
07/23/03 18:51:32 (21 years ago)
Author:
jalet
Message:

waitprinter.sh is now included to prevent PyKota from asking the
printer's internal page counter while a job is still being printer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1087 r1095  
    2323# 
    2424# $Log$ 
     25# Revision 1.20  2003/07/23 16:51:32  jalet 
     26# waitprinter.sh is now included to prevent PyKota from asking the 
     27# printer's internal page counter while a job is still being printer. 
     28# 
    2529# Revision 1.19  2003/07/16 21:53:07  jalet 
    2630# Really big modifications wrt new configuration file's location and content. 
     
    287291      url = "http://www.librelogiciel.com/software/", 
    288292      packages = [ "pykota", "pykota.storages", "pykota.requesters", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    289       scripts = [ "bin/pykota", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme" ], 
     293      scripts = [ "bin/pykota", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/waitprinter.sh" ], 
    290294      data_files = data_files) 
    291295