diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-15 19:37:45 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-15 19:37:45 -0400 |
commit | 89520f1266d608c19fff290b548b8d972fd52808 (patch) | |
tree | baf920374143ee0e447a59865498df4bae2cfcd1 /setup.py | |
parent | 5efd889bb01b592bd462fb15d78aad1b4fba6902 (diff) | |
parent | 8df5fe562dbb445fb28a1986d6f4dadfc940484e (diff) | |
download | stwcs_hcf-89520f1266d608c19fff290b548b8d972fd52808.tar.gz |
Merge branch 'opus_2015_3dms' (fixed conflicts)1.2.3
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,6 @@ except ImportError: setup( setup_requires=['d2to1>=0.2.9', 'stsci.distutils>=0.3.2'], d2to1=True, - use_2to3=True, + use_2to3=False, zip_safe=False ) |