Changeset 3156 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
03/23/07 16:16:30 (17 years ago)
Author:
jerome
Message:

Removed NEWS file, it will now be generated on-demand with the gentarball.sh command line tool.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r3133 r3156  
    4949     
    5050docdir = "share/doc/pykota"     
    51 docfiles = ["README", "FAQ", "SECURITY", "COPYING", "LICENSE", "CREDITS", "TODO", "NEWS"] 
     51docfiles = ["README", "FAQ", "SECURITY", "COPYING", "LICENSE", "CREDITS", "TODO"] 
     52if os.path.exists("ChangeLog") : 
     53    docfiles.append("ChangeLog") 
    5254data_files.append((docdir, docfiles)) 
    5355