diff options
| author | hack <hack@stsci.edu> | 2015-11-20 13:34:04 -0500 |
|---|---|---|
| committer | hack <hack@stsci.edu> | 2015-11-20 13:34:04 -0500 |
| commit | 5cda820feea23fa5075badb3bb6d13ab4390f4da (patch) | |
| tree | cab266061bb7efdebcc4012b2ae347f86135eda6 | |
| parent | da01186b705c350876a68d6f5be9964e6deaab41 (diff) | |
| download | stwcs_hcf-5cda820feea23fa5075badb3bb6d13ab4390f4da.tar.gz | |
Removing use_2to3 from install
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/branches/opus_2015_3dms@46331 fe389314-cf27-0410-b35b-8c050e845b92
| -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 ) |
