Changeset 2345 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
07/09/05 16:19:49 (19 years ago)
Author:
jerome
Message:

Removed the outdated and confusing autoconf/automake stuff.
pkpgcounter is now distributed separately ONLY.
Severity : Installing this version without downloading and installing
pkpgcounter v1.56 or higher first WILL BREAK your PyKota setup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r2332 r2345  
    101101      url = "http://www.librelogiciel.com/software/", 
    102102      packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    103       scripts = [ "bin/pkbcodes", "bin/pkmail", "bin/pkbanner", "bin/autopykota", "bin/dumpykota", "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
     103      scripts = [ "bin/pkbcodes", "bin/pkmail", "bin/pkbanner", "bin/autopykota", "bin/dumpykota", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
    104104      data_files = data_files)