We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 861c02e + 9553df3 commit c62c0f8Copy full SHA for c62c0f8
requirements.txt
@@ -2,3 +2,4 @@ numpy~=1.19.5
2
pytest~=6.2.1
3
matplotlib~=3.3.3
4
scipy~=1.6.0
5
+setuptools~=51.1.1
setup.py
@@ -13,7 +13,8 @@
13
description="python version of some of the analyses from PASSaGE 2",
14
long_description=long_description,
15
long_description_content_type="text/markdown",
16
- url="https://github.com/....",
+ url="https://github.com/msrosenberg/pyssage",
17
+ license="GPLv3",
18
packages=setuptools.find_packages(),
19
# classifiers=[
20
# "Programming Language :: Python :: 3",
0 commit comments