Changeset 2413 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
09/01/05 01:04:34 (19 years ago)
Author:
jerome
Message:

Introduces the new 'pkturnkey' command line tool.
Severity : you don't need this unless you plan to initialize your PyKota
database anew, but you can play with it if you want :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r2383 r2413  
    110110      url = "http://www.librelogiciel.com/software/", 
    111111      packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    112       scripts = [ "bin/pkbcodes", "bin/pkmail", "bin/pkbanner", "bin/autopykota", "bin/dumpykota", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
     112      scripts = [ "bin/pkturnkey", "bin/pkbcodes", "bin/pkmail", "bin/pkbanner", "bin/autopykota", "bin/dumpykota", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
    113113      data_files = data_files)