Skip to content

Commit 79de683

Browse files
committed
tweak setup.py
1 parent 35121d6 commit 79de683

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@
3838
# Author details
3939
author='Julien Marrec & EffiBEM',
4040
author_email='contact@effibem.com',
41-
url="www.effibem.com",
41+
url= "https://effibem.com",
42+
project_urls={
43+
"Bug Tracker": "https://github.com/jmarrec/pygsod/issues",
44+
"Source Code": "https://github.com/jmarrec/pygsod",
45+
},
46+
4247

4348
# Choose your license
4449
license='MIT',

0 commit comments

Comments
 (0)