Skip to content

Commit

Permalink
Update version name
Browse files Browse the repository at this point in the history
  • Loading branch information
ncaptier committed Nov 2, 2022
1 parent f658c4a commit e229f6b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="sica-omics",
version="0.0.1a",
version="0.0.1",
author="Nicolas Captier",
author_email="nicolas.captier@curie.fr",
description="Toolbox for omics analysis with stabilized-ica package",
Expand All @@ -21,14 +21,21 @@
"mygene>=3.2.2",
"reactome2py>=1.0.0",
"requests>=2.27.1",
"stabilized-ica==2.0.0"
"stabilized-ica==2.0.0",
],
extras_require={"dev": ["pytest"],
"doc": ["sphinx == 5.0.2", "sphinx-gallery == 0.10.0", "numpydoc == 1.2", "nbsphinx == 0.8.9"]},
extras_require={
"dev": ["pytest"],
"doc": [
"sphinx == 5.0.2",
"sphinx-gallery == 0.10.0",
"numpydoc == 1.2",
"nbsphinx == 0.8.9",
],
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.8',
python_requires=">=3.8",
)

0 comments on commit e229f6b

Please sign in to comment.