We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce48510 commit c6f2497Copy full SHA for c6f2497
1 file changed
setup.py
@@ -11,14 +11,14 @@
11
12
setuptools.setup(
13
name="SciDataTool",
14
- version="2.5.0",
+ version="2.5.1",
15
author="Helene Toubin",
16
author_email="helene.toubin@eomys.com",
17
description="Scientific Data Tool",
18
long_description=long_description,
19
long_description_content_type="text/markdown",
20
url="https://github.com/Eomys/SciDataTool",
21
- download_url="https://github.com/Eomys/SciDataTool/archive/2.5.0.tar.gz",
+ # download_url="https://github.com/Eomys/SciDataTool/archive/2.5.0.tar.gz", # TODO remove later
22
packages=setuptools.find_packages(),
23
classifiers=[
24
"Programming Language :: Python :: 3",
0 commit comments