Changeset 1057 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
07/03/03 11:44:01 (21 years ago)
Author:
jalet
Message:

Now includes the pykotme utility

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1048 r1057  
    2323# 
    2424# $Log$ 
     25# Revision 1.18  2003/07/03 09:44:00  jalet 
     26# Now includes the pykotme utility 
     27# 
    2528# Revision 1.17  2003/06/30 12:46:15  jalet 
    2629# Extracted reporting code. 
     
    232235      url = "http://www.librelogiciel.com/software/", 
    233236      packages = [ "pykota", "pykota.storages", "pykota.requesters", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    234       scripts = [ "bin/pykota", "bin/edpykota", "bin/repykota", "bin/warnpykota" ], 
     237      scripts = [ "bin/pykota", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme" ], 
    235238      data_files = data_files) 
    236239