Changeset 1226 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
11/28/03 09:31:28 (20 years ago)
Author:
jalet
Message:

Shell script to wait for AppleTalk? enabled printers being idle was added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1177 r1226  
    2424# 
    2525# $Log$ 
     26# Revision 1.27  2003/11/28 08:31:28  jalet 
     27# Shell script to wait for AppleTalk enabled printers being idle was added. 
     28# 
    2629# Revision 1.26  2003/11/08 16:05:31  jalet 
    2730# CUPS backend added for people to experiment. 
     
    335338      url = "http://www.librelogiciel.com/software/", 
    336339      packages = [ "pykota", "pykota.storages", "pykota.requesters", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    337       scripts = [ "bin/cupspykota", "bin/pykota", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/waitprinter.sh" ], 
     340      scripts = [ "bin/cupspykota", "bin/pykota", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/waitprinter.sh", "bin/papwaitprinter.sh" ], 
    338341      data_files = data_files) 
    339342