[Scipy-svn] r3342 - branches/0.6.x
scipy-svn@scip...
scipy-svn@scip...
Thu Sep 20 17:33:16 CDT 2007
Author: jarrod.millman
Date: 2007-09-20 17:33:12 -0500 (Thu, 20 Sep 2007)
New Revision: 3342
Modified:
branches/0.6.x/setup.py
Log:
Fix problem with version information being doubled (see r3310).
Modified: branches/0.6.x/setup.py
===================================================================
--- branches/0.6.x/setup.py 2007-09-20 20:18:15 UTC (rev 3341)
+++ branches/0.6.x/setup.py 2007-09-20 22:33:12 UTC (rev 3342)
@@ -35,10 +35,8 @@
sys.path.insert(0,os.path.join(local_path,'scipy')) # to retrive version
try:
- from version import version as version
setup(
name = 'scipy',
- version = version, # will be overwritten by configuration version
maintainer = "SciPy Developers",
maintainer_email = "scipy-dev@scipy.org",
description = "Scientific Algorithms Library for Python",
More information about the Scipy-svn
mailing list