diff options
author | Nadia Dencheva <nadia.dencheva@gmail.com> | 2016-07-31 17:22:54 -0400 |
---|---|---|
committer | Nadia Dencheva <nadia.dencheva@gmail.com> | 2016-07-31 17:22:54 -0400 |
commit | aa719ca93f860a86d4b17bc211929b0770092c1a (patch) | |
tree | 39bbce7957da9876269546d2df771ea3be701152 /setup.py | |
parent | cafca759dab73ffb48df0698eb35345944ee123f (diff) | |
download | stwcs_hcf-aa719ca93f860a86d4b17bc211929b0770092c1a.tar.gz |
setuptools conversion from jhunkeler
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,7 +32,7 @@ setup( version = version.pep386, author = 'Nadia Dencheva, Warren Hack', author_email = 'help@stsci.edu', - description = 'Recomputes the WCS of an HST observation and puts all distortion', + description = 'Recomputes and records the WCS of an HST observation (includeing distortion) in the file.', url = 'https://github.com/spacetelescope/stwcs', classifiers = [ 'Intended Audience :: Science/Research', @@ -44,7 +44,6 @@ setup( ], install_requires = [ 'astropy', - 'nose', 'numpy', 'stsci.tools', ], |