Changeset 1595 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
07/07/04 15:21:27 (20 years ago)
Author:
jalet
Message:

Introduction of the pykosd command

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1592 r1595  
    2424# 
    2525# $Log$ 
     26# Revision 1.46  2004/07/07 13:21:26  jalet 
     27# Introduction of the pykosd command 
     28# 
    2629# Revision 1.45  2004/07/06 09:37:01  jalet 
    2730# Integrated most of the Debian packaging work made by Sergio Gonz�z Gonz�z 
     
    459462      url = "http://www.librelogiciel.com/software/", 
    460463      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" ], 
    462465      data_files = data_files) 
    463466