Skip to content

Commit b746ad5

Browse files
authored
Add project_urls metadata [ci skip] (JuliaPy#291)
1 parent 90cb2c2 commit b746ad5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ def pyload(path):
6464
'Programming Language :: Python :: 3.7',
6565
],
6666
url='http://julialang.org',
67+
project_urls={
68+
"Source": "https://github.com/JuliaPy/pyjulia",
69+
"Tracker": "https://github.com/JuliaPy/pyjulia/issues",
70+
"Documentation": "https://pyjulia.readthedocs.io",
71+
},
6772
packages=find_packages("src"),
6873
package_dir={"": "src"},
6974
package_data={'julia': ['fake-julia/*', "*.jl"]},

0 commit comments

Comments
 (0)