Skip to content

Commit 6d89eee

Browse files
committed
add GitHub URL for PyPi
1 parent 8adbbf6 commit 6d89eee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ def _print_deps(self, deplist):
171171
maintainer = 'Pyomo Developer Team',
172172
maintainer_email = '[email protected]',
173173
url = 'http://pyomo.org',
174+
project_urls = {
175+
'Documentation': 'https://pyomo.readthedocs.io/en/stable/',
176+
'Source': 'https://github.com/Pyomo/pyomo',
177+
},
174178
license = 'BSD',
175179
platforms = ["any"],
176180
description = 'Pyomo: Python Optimization Modeling Objects',

0 commit comments

Comments
 (0)