Skip to content

Commit

Permalink
setup.py updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jan 12, 2016
1 parent 71f3e1d commit 721cca8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"pytz"
]

# get the long_description from the README
with open('README.md') as f:
long_description = f.read()

# get the current tag using git describe
try:
tag = check_output(["git", "describe", "--tags"]).strip()
Expand All @@ -33,7 +29,7 @@
maintainer=u'AIP E-Science',
maintainer_email=u'escience@aip.de',
description=u'a command line client for IVOA UWS services, plus models for development',
long_description=long_description,
long_description='This is a client for IVOA Virtual Observatroy UWS services. It can be used to access UWS services directly or through Basic Authentication. Please visit https://github.com/aipescience/uws-client/blob/master/README.md for how to use the software.',
include_package_data=True,
install_requires=install_requires,
entry_points={
Expand Down

0 comments on commit 721cca8

Please sign in to comment.