Changeset 1057

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

Now includes the pykotme utility

Location:
pykota/trunk
Files:
1 added
4 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/MANIFEST.in

    r1015 r1057  
    1 include COPYING TODO NEWS CREDITS SECURITY MANIFEST.in clean.sh bin/pykota bin/edpykota bin/warnpykota bin/repykota bin/README 
     1include COPYING TODO NEWS CREDITS SECURITY MANIFEST.in clean.sh bin/pykota bin/edpykota bin/warnpykota bin/repykota bin/pykotme bin/README 
    22recursive-include po README *.po *.mo *.pot 
    33recursive-include man README *.1 
  • pykota/trunk/NEWS

    r1056 r1057  
    2222PyKota NEWS : 
    2323 
     24    - 1.11 : 
     25     
     26        - Now includes the pykotme command line tool, to produce 
     27          printing quotes for users. 
     28           
    2429    - 1.10 : 
    2530     
  • pykota/trunk/pykota/version.py

    r1056 r1057  
    2121# 
    2222 
    23 __version__ = "1.10_unofficial" 
     23__version__ = "1.11_unofficial" 
    2424 
    2525__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng.""" 
  • 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