Skip to content

Commit

Permalink
Merge pull request #15 from ehenneken/master
Browse files Browse the repository at this point in the history
removed empty entry in list of requirements
  • Loading branch information
ehenneken committed Sep 29, 2016
2 parents d3231b7 + ba4cb3a commit 2a2a097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def readfile(filename):
name = 'adsutils',
version = version,
long_description = readfile(os.path.join(os.path.dirname(__file__), "README.md")),
install_requires = required,
install_requires = [r for r in required if r],
author = 'Edwin Henneken',
author_email = 'ehenneken@cfa.harvard.edu',
url = 'http://github.com/adsabs/adsutils',
Expand Down

0 comments on commit 2a2a097

Please sign in to comment.