Changeset 3305 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
01/30/08 00:41:23 (16 years ago)
Author:
jerome
Message:

Now pkbanner uses the new command line parser. A bit rough around
the edges, and requires some refactoring, but it seems to work fine.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r3275 r3305  
    127127      author_email = "alet@librelogiciel.com", 
    128128      url = "http://www.pykota.com", 
    129       packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
     129      packages = [ "pykota",  
     130                   "pykota.storages",  
     131                   "pykota.loggers",  
     132                   "pykota.accounters",  
     133                   "pykota.reporters", 
     134                   "pykota.commandline", 
     135                 ], 
    130136      scripts = [ "bin/pknotify", "bin/pkusers", "bin/pkinvoice", "bin/pksetup", \ 
    131137                  "bin/pkrefund", "bin/pkturnkey", "bin/pkbcodes", "bin/pkmail", \