Changeset 1717 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
09/15/04 00:29:13 (20 years ago)
Author:
jalet
Message:

First version of dumpykota. Works fine but only with PostgreSQL backend
for now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1658 r1717  
    2424# 
    2525# $Log$ 
     26# Revision 1.50  2004/09/14 22:29:12  jalet 
     27# First version of dumpykota. Works fine but only with PostgreSQL backend 
     28# for now. 
     29# 
    2630# Revision 1.49  2004/07/28 13:00:02  jalet 
    2731# Now takes care of .sxi and .sxc files if any 
     
    473477      url = "http://www.librelogiciel.com/software/", 
    474478      packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    475       scripts = [ "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
     479      scripts = [ "bin/dumpykota", "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
    476480      data_files = data_files) 
    477481