Skip to content

Commit 65fbcc5

Browse files
author
Richard Jones
committed
Makefile is now obsolete - setup does what it used to do.
1 parent f9d8655 commit 65fbcc5

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

Makefile

Lines changed: 0 additions & 17 deletions
This file was deleted.

setup.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
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]
44
install_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
#

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
from distutils.core import setup, Extension
66
from distutils.util import get_platform
@@ -23,6 +23,7 @@
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']
@@ -33,6 +34,10 @@
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
#

0 commit comments

Comments
 (0)