File tree Expand file tree Collapse file tree 3 files changed +12
-19
lines changed
Expand file tree Collapse file tree 3 files changed +12
-19
lines changed Load Diff This file was deleted.
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 $
1+ # $Id: setup.cfg,v 1.2 2001-07-27 07:20:17 richard Exp $
22
33[install_scripts]
44install_dir =/usr/local/bin
55
6+
67#
78# $Log: not supported by cvs2svn $
9+ # Revision 1.1 2001/07/27 06:56:25 richard
10+ # Added scripts to the setup and added the config so the default script
11+ # install dir is /usr/local/bin.
12+ #
813#
Original file line number Diff line number Diff line change 11#! /usr/bin/env python
22
3- # $Id: setup.py,v 1.3 2001-07-27 06:56:25 richard Exp $
3+ # $Id: setup.py,v 1.4 2001-07-27 07:20:17 richard Exp $
44
55from distutils .core import setup , Extension
66from distutils .util import get_platform
2323 version = "0.2.0" ,
2424 description = "roundup tracking system" ,
2525 author = "Richard Jones" ,
26+ author_email = "[email protected] " ,
2627 url = 'http://sourceforge.net/projects/roundup/' ,
2728 packages = packagelist ,
2829 scripts = ['roundup-admin' , 'roundup-mailgw' , 'roundup-server' ]
3334
3435#
3536# $Log: not supported by cvs2svn $
37+ # Revision 1.3 2001/07/27 06:56:25 richard
38+ # Added scripts to the setup and added the config so the default script
39+ # install dir is /usr/local/bin.
40+ #
3641# Revision 1.2 2001/07/26 07:14:27 richard
3742# Made setup.py executable, added id and log.
3843#
You can’t perform that action at this time.
0 commit comments