diff setup.py @ 1461:c0673f1739c3

oops, handle older pythons w.r.t. download_url
author Richard Jones <richard@users.sourceforge.net>
date Thu, 20 Feb 2003 22:59:01 +0000
parents c1ecd373b5c9
children 80519db85eac
line wrap: on
line diff
--- a/setup.py	Thu Feb 20 22:56:49 2003 +0000
+++ b/setup.py	Thu Feb 20 22:59:01 2003 +0000
@@ -16,7 +16,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $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 $
 
 from distutils.core import setup, Extension
 from distutils.util import get_platform
@@ -29,6 +29,7 @@
 if sys.version < '2.2.3':
     from distutils.dist import DistributionMetadata
     DistributionMetadata.classifiers = None
+    DistributionMetadata.download_url = None
 
 from roundup.templates.builder import makeHtmlBase
 

Roundup Issue Tracker: http://roundup-tracker.org/