Skip to content

Commit

Permalink
[CC] setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SebGue authored Jul 7, 2020
1 parent 789debd commit a644442
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 @@ -5,14 +5,14 @@

setuptools.setup(
name="SciDataTool",
version="1.0.3",
version="1.0.4",
author="Helene Toubin",
author_email="[email protected]",
description="Scientific Data Tool",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Eomys/SciDataTool",
download_url="https://github.com/Eomys/SciDataTool/archive/1.0.3.tar.gz",
download_url="https://github.com/Eomys/SciDataTool/archive/1.0.4.tar.gz",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit a644442

Please sign in to comment.