Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
copernicusmarine committed Dec 30, 2020
1 parent 32eaead commit 57af6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -52,7 +52,7 @@
"from Copernicus Marine Database.",
install_requires=REQUIREMENTS,
license="MIT",
long_description=open('README.md').read(),
long_description='long description',
long_description_content_type="text/markdown",
include_package_data=True,
keywords='cmemsapi',
Expand All @@ -64,5 +64,5 @@
url='https://github.com/copernicusmarine/cmemsapi',
version='0.1.17',
zip_safe=False,
entry_points={'console_scripts':['cmemstb=cmemsapi.cmemsapi:cli']},
entry_points={'console_scripts':['cmust=cmemsapi.cmemsapi:cli']},
)

0 comments on commit 57af6e7

Please sign in to comment.