Skip to content

Commit 694fe39

Browse files
committed
add project url in setup.
1 parent 024d8a7 commit 694fe39

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/upload_packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ else
3333
echo "password=$PYPI_PWD" >> ~/.pypirc
3434

3535
python -m pip install twine
36-
python -m twine upload -r pypi --skip-existing dist/*
36+
python -m twine upload -r pypi dist/*
3737
fi

setup/setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@
7777
version=_VERSION,
7878
description='Python Interface for Graph Neural Network',
7979
url="https://github.com/alibaba/graph-learn",
80+
python_requires='>=3.6',
81+
project_urls={
82+
'Bug Tracker': 'https://github.com/alibaba/graph-learn/issues',
83+
'Documentation': 'https://graph-learn.readthedocs.io/en/latest/',
84+
'Source Code': 'https://github.com/alibaba/graph-learn',
85+
},
8086
ext_package='graphlearn',
8187
ext_modules=extensions,
8288
packages=find_packages(),

0 commit comments

Comments
 (0)