summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsienkiew <sienkiew@stsci.edu>2013-03-28 13:18:45 -0400
committersienkiew <sienkiew@stsci.edu>2013-03-28 13:18:45 -0400
commit9ce250023540bd96e6aa05dc0647edfed88ace3b (patch)
treed0696d948770faa1342eccb3bf8d08b2faa9b591
parentfa458ad1f671a7e78643daaa06a8a57aeab9f52f (diff)
downloadstwcs_hcf-9ce250023540bd96e6aa05dc0647edfed88ace3b.tar.gz
fix some dependencies
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/tags/release_1.1.0@23982 fe389314-cf27-0410-b35b-8c050e845b92
-rw-r--r--setup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 39e2e05..3122200 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,7 +13,7 @@ classifier =
Programming Language :: Python
Topic :: Scientific/Engineering :: Astronomy
Topic :: Software Development :: Libraries :: Python Modules
-requires-python = >=2.5
+requires-python = >=2.6
requires-dist =
stsci.tools
pywcs
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