Skip to content

Commit c878681

Browse files
author
Richard Jones
committed
oops, handle older pythons w.r.t. download_url
1 parent 6c0e650 commit c878681

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.43 2003-02-20 07:14:26 richard Exp $
19+
# $Id: setup.py,v 1.44 2003-02-20 22:58:50 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

0 commit comments

Comments
 (0)