diff options
author | embray <embray@stsci.edu> | 2011-06-23 17:14:23 -0400 |
---|---|---|
committer | embray <embray@stsci.edu> | 2011-06-23 17:14:23 -0400 |
commit | d2ac8baec552c21fec315db7e85d7b2c5c554d96 (patch) | |
tree | 739099f1209a1795f9569bfe2e97ece852af3a70 /setup.py | |
parent | d93a10017d62f39d80167b45c1044a5e113f5994 (diff) | |
download | stwcs_hcf-d2ac8baec552c21fec315db7e85d7b2c5c554d96.tar.gz |
Bumped the d2to1 version requirement. Also modified setup.py to run each 'setup.py install' in its own process, which ends up working better when, for example, an older version of d2to1 or stsci.distutils is being replaced.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13242 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ import setuptools setuptools.command.easy_install.easy_install = easier_install setup( - setup_requires=['d2to1>=0.2.2', 'stsci.distutils>=0.2dev'], + setup_requires=['d2to1>=0.2.3', 'stsci.distutils>=0.2dev'], d2to1=True, use_2to3=True ) |