Changeset 1758 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
09/30/04 11:52:46 (20 years ago)
Author:
jalet
Message:

Initial release of autopykota. Reading help or manpage is greatly
encouraged !

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1733 r1758  
    2424# 
    2525# $Log$ 
     26# Revision 1.52  2004/09/30 09:52:45  jalet 
     27# Initial release of autopykota. Reading help or manpage is greatly 
     28# encouraged ! 
     29# 
    2630# Revision 1.51  2004/09/21 21:31:35  jalet 
    2731# Installation script now checks for availability of Python-SNMP (http://pysnmp.sf.net) 
     
    481485      url = "http://www.librelogiciel.com/software/", 
    482486      packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    483       scripts = [ "bin/dumpykota", "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
     487      scripts = [ "bin/autopykota", "bin/dumpykota", "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
    484488      data_files = data_files) 
    485489