From 70aa820a334fb94e1454e4775d5d34fedc09ecdc Mon Sep 17 00:00:00 2001 From: Matias Carrasco Kind Date: Tue, 28 Apr 2015 11:40:24 -0500 Subject: [PATCH] Version 1.1.0, pyfits to fitsio migration --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63c4310..48a393a 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(filename): #packages=find_packages(), packages=['eautils'], license='LICENSE.txt', - description='Easy Access to access DES DB', + description='Easy access to access DES DB. Command line interpreter client for DESDM', long_description=read('README.md'), url='https://github.com/mgckind/easyaccess', install_requires=['pandas >= 0.14','termcolor','fitsio >= 0.9.6','cx_Oracle'],