Show
Ignore:
Timestamp:
07/09/05 10:46:59 (19 years ago)
Author:
jerome
Message:

Finished to move files around.
Removed any unneeded reference to the library's name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/setup.py

    r211 r235  
    3434    sys.exit(-1) 
    3535 
    36 sys.path.insert(0, "pdlanalyzer") 
    37 from pdlanalyzer.version import __version__, __doc__ 
     36sys.path.insert(0, "pkpgpdls") 
     37from pkpgpdls.version import __version__, __doc__ 
    3838 
    3939data_files = [] 
     
    5858      author_email = "alet@librelogiciel.com", 
    5959      url = "http://www.librelogiciel.com/software/", 
    60       packages = [ "pdlanalyzer" ], 
     60      packages = [ "pkpgpdls" ], 
    6161      scripts = [ "bin/pkpgcounter" ], 
    6262      data_files = data_files)