From aa719ca93f860a86d4b17bc211929b0770092c1a Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Sun, 31 Jul 2016 17:22:54 -0400 Subject: setuptools conversion from jhunkeler --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') 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', ], -- cgit