Changeset 1952 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
11/21/04 22:50:03 (19 years ago)
Author:
jalet
Message:

Introduced the new pkmail command as a simple email gateway

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1918 r1952  
    2424# 
    2525# $Log$ 
     26# Revision 1.60  2004/11/21 21:50:02  jalet 
     27# Introduced the new pkmail command as a simple email gateway 
     28# 
    2629# Revision 1.59  2004/11/15 19:59:34  jalet 
    2730# PyKota banners now basically work ! 
     
    304307      url = "http://www.librelogiciel.com/software/", 
    305308      packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    306       scripts = [ "bin/pkbanner", "bin/autopykota", "bin/dumpykota", "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
     309      scripts = [ "bin/pkmail", "bin/pkbanner", "bin/autopykota", "bin/dumpykota", "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
    307310      data_files = data_files)