We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0e650 commit c878681Copy full SHA for c878681
setup.py
@@ -16,7 +16,7 @@
16
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18
#
19
-# $Id: setup.py,v 1.43 2003-02-20 07:14:26 richard Exp $
+# $Id: setup.py,v 1.44 2003-02-20 22:58:50 richard Exp $
20
21
from distutils.core import setup, Extension
22
from distutils.util import get_platform
@@ -29,6 +29,7 @@
29
if sys.version < '2.2.3':
30
from distutils.dist import DistributionMetadata
31
DistributionMetadata.classifiers = None
32
+ DistributionMetadata.download_url = None
33
34
from roundup.templates.builder import makeHtmlBase
35
0 commit comments