Skip to content

Commit

Permalink
work for installing from source
Browse files Browse the repository at this point in the history
  • Loading branch information
shengzeang committed May 31, 2022
1 parent 0dd5451 commit 22b82dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include requirements.txt
global-include *.so
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="sgl-dair",
version="0.1.2",
version="0.1.5",
author="DAIR Lab @PKU",
description="Graph Neural Network (GNN) toolkit targeting scalable graph learning",
long_description=long_description,
Expand All @@ -20,6 +20,7 @@
"Operating System :: OS Independent",
],
packages=setuptools.find_packages(),
include_package_data=True,
python_requires='>=3.6',
install_requires=requirements,
data_files=["requirements.txt"],
Expand Down

0 comments on commit 22b82dc

Please sign in to comment.