Skip to content

Commit b2d39e5

Browse files
author
Richard Jones
committed
minor stuff
1 parent 63c4292 commit b2d39e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.42 2003-02-12 00:24:39 richard Exp $
19+
# $Id: setup.py,v 1.43 2003-02-20 07:14:26 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -189,6 +189,7 @@ def buildTemplates():
189189
author = "Richard Jones",
190190
author_email = "[email protected]",
191191
url = 'http://sourceforge.net/projects/roundup/',
192+
download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577',
192193
packages = packagelist,
193194
classifiers = [
194195
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)