From a139160b99151ee0c06610af7cfe7f42375ec7c4 Mon Sep 17 00:00:00 2001 From: embray Date: Mon, 25 Jul 2011 21:54:02 +0000 Subject: Merged in several changes from the release branch. People are starting to update versions in trunk, so this will help smooth things out a bit. I'll add that I don't think any version numbers in trunk should be updated from the last release version until and unless more development is done on that project (otherwise there's no reason to increase its version number. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13397 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 f47f563..30dc9b6 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.3', 'stsci.distutils>=0.2dev'], + setup_requires=['d2to1>=0.2.5', 'stsci.distutils==0.2'], d2to1=True, use_2to3=True, zip_safe=False -- cgit