Skip to content

Commit c62c0f8

Browse files
authored
Merge pull request #16 from msrosenberg/msr-development
missing files
2 parents 861c02e + 9553df3 commit c62c0f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ numpy~=1.19.5
22
pytest~=6.2.1
33
matplotlib~=3.3.3
44
scipy~=1.6.0
5+
setuptools~=51.1.1

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
description="python version of some of the analyses from PASSaGE 2",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
16-
url="https://github.com/....",
16+
url="https://github.com/msrosenberg/pyssage",
17+
license="GPLv3",
1718
packages=setuptools.find_packages(),
1819
# classifiers=[
1920
# "Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)