summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNadia Dencheva <nadia.dencheva@gmail.com>2016-07-31 17:22:54 -0400
committerNadia Dencheva <nadia.dencheva@gmail.com>2016-07-31 17:22:54 -0400
commitaa719ca93f860a86d4b17bc211929b0770092c1a (patch)
tree39bbce7957da9876269546d2df771ea3be701152 /setup.py
parentcafca759dab73ffb48df0698eb35345944ee123f (diff)
downloadstwcs_hcf-aa719ca93f860a86d4b17bc211929b0770092c1a.tar.gz
setuptools conversion from jhunkeler
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index db38d0b..ef81207 100755
--- a/setup.py
+++ b/setup.py
@@ -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',
],