Skip to content

Commit

Permalink
Update setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jajupmochi committed Apr 11, 2020
1 parent 6c1e8a7 commit fda25e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
with open("README.md", "r") as fh:
long_description = fh.read()

with open('requirements.txt') as fp:
install_requires = fp.read()

setuptools.setup(
name="graphkit-learn",
version="0.1b2",
version="0.1",
author="Linlin Jia",
author_email="[email protected]",
description="A Python library for graph kernels based on linear patterns",
Expand All @@ -18,4 +21,5 @@
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
install_requires=install_requires,
)

0 comments on commit fda25e3

Please sign in to comment.