Changeset 1177 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
11/08/03 17:05:32 (20 years ago)
Author:
jalet
Message:

CUPS backend added for people to experiment.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1149 r1177  
    2424# 
    2525# $Log$ 
     26# Revision 1.26  2003/11/08 16:05:31  jalet 
     27# CUPS backend added for people to experiment. 
     28# 
    2629# Revision 1.25  2003/10/08 07:01:19  jalet 
    2730# Job history can be disabled. 
     
    332335      url = "http://www.librelogiciel.com/software/", 
    333336      packages = [ "pykota", "pykota.storages", "pykota.requesters", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    334       scripts = [ "bin/pykota", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/waitprinter.sh" ], 
     337      scripts = [ "bin/cupspykota", "bin/pykota", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/waitprinter.sh" ], 
    335338      data_files = data_files) 
    336339