Skip to content

Commit e6ff94a

Browse files
author
Richard Jones
committed
oops, handle older pythons w.r.t. download_url
1 parent fc5159f commit e6ff94a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 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.41 2002-12-10 00:11:13 richard Exp $
19+
# $Id: setup.py,v 1.41.2.1 2003-02-20 22:59:01 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -29,6 +29,7 @@
2929
if sys.version < '2.2.3':
3030
from distutils.dist import DistributionMetadata
3131
DistributionMetadata.classifiers = None
32+
DistributionMetadata.download_url = None
3233

3334
from roundup.templates.builder import makeHtmlBase
3435

@@ -184,6 +185,7 @@ def buildTemplates():
184185
author = "Richard Jones",
185186
author_email = "[email protected]",
186187
url = 'http://sourceforge.net/projects/roundup/',
188+
download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577',
187189
packages = packagelist,
188190
classifiers = [
189191
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)