From 9fe9d4ba2b169c5e6af671ce1890980981d9a4ca Mon Sep 17 00:00:00 2001 From: sienkiew Date: Wed, 24 Jul 2013 20:12:30 +0000 Subject: bringing release changes back to trunk git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@25921 fe389314-cf27-0410-b35b-8c050e845b92 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 94e3380..43b4f4e 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ import setuptools setuptools.command.easy_install.easy_install = easier_install setup( - setup_requires=['d2to1>=0.2.5', 'stsci.distutils'], + setup_requires=['d2to1>=0.2.9', 'stsci.distutils>=0.3.2'], d2to1=True, use_2to3=True, zip_safe=False -- cgit