summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e352599)
raw | patch | inline | side by side (parent: e352599)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 22 Jun 2003 00:28:56 +0000 (00:28 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 22 Jun 2003 00:28:56 +0000 (00:28 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1742 57a73879-2fb5-44c3-a270-3262357dd7e2
setup.py | patch | blob | history |
diff --git a/setup.py b/setup.py
index e178318aaf8838fccfb1945f97224a81f528afac..8a0b09ba8e23daf98a74b57a4fa1bd03816f5b5b 100644 (file)
--- a/setup.py
+++ b/setup.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: setup.py,v 1.54 2003-06-17 11:03:27 neaj Exp $
+# $Id: setup.py,v 1.55 2003-06-22 00:28:56 richard Exp $
from distutils.core import setup, Extension
from distutils.util import get_platform
from glob import glob
# patch distutils if it can't cope with the "classifiers" keyword
-if sys.version < '2.2.3':
- from distutils.dist import DistributionMetadata
+from distutils.dist import DistributionMetadata
+if not hasattr(DistributionMetadata, 'classifiers'):
DistributionMetadata.classifiers = None
DistributionMetadata.download_url = None