We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cb2c2 commit b746ad5Copy full SHA for b746ad5
setup.py
@@ -64,6 +64,11 @@ def pyload(path):
64
'Programming Language :: Python :: 3.7',
65
],
66
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
+ },
72
packages=find_packages("src"),
73
package_dir={"": "src"},
74
package_data={'julia': ['fake-julia/*', "*.jl"]},
0 commit comments