File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 33
33
echo " password=$PYPI_PWD " >> ~ /.pypirc
34
34
35
35
python -m pip install twine
36
- python -m twine upload -r pypi --skip-existing dist/*
36
+ python -m twine upload -r pypi dist/*
37
37
fi
Original file line number Diff line number Diff line change 77
77
version = _VERSION ,
78
78
description = 'Python Interface for Graph Neural Network' ,
79
79
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
+ },
80
86
ext_package = 'graphlearn' ,
81
87
ext_modules = extensions ,
82
88
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments