Changeset 1430 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
04/08/04 19:07:42 (20 years ago)
Author:
jalet
Message:

pkpgcounter added

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1407 r1430  
    2424# 
    2525# $Log$ 
     26# Revision 1.39  2004/04/08 17:07:41  jalet 
     27# pkpgcounter added 
     28# 
    2629# Revision 1.38  2004/03/18 09:18:09  jalet 
    2730# Installation now checks for old scripts 
     
    413416      url = "http://www.librelogiciel.com/software/", 
    414417      packages = [ "pykota", "pykota.storages", "pykota.requesters", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    415       scripts = [ "bin/snmpprinterstatus", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
     418      scripts = [ "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
    416419      data_files = data_files) 
    417420