Skip to content

Commit 6064ba9

Browse files
authored
Added project_urls to setup.py (#241)
Clean README.md
1 parent fee688a commit 6064ba9

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ online.
5151
## Bug Reports
5252

5353
- Submit bugs through the [OpenModelica GitHub issues](https://github.com/OpenModelica/OMPython/issues/new).
54-
- [Pull requests](https://github.com/OpenModelica/OMPython/pulls) are welcome ❤️.
54+
- [Pull requests](https://github.com/OpenModelica/OMPython/pulls) are welcome.
5555

5656
## Contact
5757

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
'psutil',
2121
'pyparsing',
2222
'pyzmq'
23-
],
23+
],
2424
python_requires='>=3.8',
25+
project_urls={
26+
'documentation': 'https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/ompython.html',
27+
'source': 'https://github.com/OpenModelica/OMPython',
28+
'download': 'https://pypi.org/project/OMPython/#files',
29+
'tracker': 'https://github.com/OpenModelica/OMPython/issues',
30+
'release notes': 'https://github.com/OpenModelica/OMPython/releases',
31+
},
2532
)

0 commit comments

Comments
 (0)