Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed Mar 18, 2015
1 parent 14917ef commit f40bdec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def read(filename):
author='Matias Carrasco Kind',
author_email='[email protected]',
scripts=['easyaccess'],
py_modules=['easyaccess','config'],
py_modules=['easyaccess','config','utils'],
license='NCSA',
description='Easy Access to access DES DB',
long_description=read('README.md'),
url='https://github.com/mgckind/easyaccess',
install_requires=['pandas','termcolor','pyfits >= 3.3','cx_Oracle'],
install_requires=['numpy','pandas >= 0.14','termcolor','pyfits >= 3.3','cx_Oracle'],
)

0 comments on commit f40bdec

Please sign in to comment.