File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ # $Id: setup.cfg,v 1.1 2001-07-27 06:56:25 richard Exp $
2+
3+ [install_scripts]
4+ install_dir =/usr/local/bin
5+
6+ #
7+ # $Log: not supported by cvs2svn $
8+ #
Original file line number Diff line number Diff line change 11#! /usr/bin/env python
22
3- # $Id: setup.py,v 1.2 2001-07-26 07:14:27 richard Exp $
3+ # $Id: setup.py,v 1.3 2001-07-27 06:56:25 richard Exp $
44
55from distutils .core import setup , Extension
66from distutils .util import get_platform
2020
2121
2222setup ( name = "roundup" ,
23- version = "0.1.4 " ,
23+ version = "0.2.0 " ,
2424 description = "roundup tracking system" ,
2525 author = "Richard Jones" ,
2626 url = 'http://sourceforge.net/projects/roundup/' ,
2727 packages = packagelist ,
28+ scripts = ['roundup-admin' , 'roundup-mailgw' , 'roundup-server' ]
2829)
2930
3031# now install the bin programs, and the cgi-bin programs
3132# not sure how, yet.
3233
3334#
3435# $Log: not supported by cvs2svn $
36+ # Revision 1.2 2001/07/26 07:14:27 richard
37+ # Made setup.py executable, added id and log.
38+ #
3539#
You can’t perform that action at this time.
0 commit comments