diff --git a/README.md b/README.md index fe670ab8f..72a600637 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ online. ## Bug Reports - Submit bugs through the [OpenModelica GitHub issues](https://github.com/OpenModelica/OMPython/issues/new). - - [Pull requests](https://github.com/OpenModelica/OMPython/pulls) are welcome ❤️. + - [Pull requests](https://github.com/OpenModelica/OMPython/pulls) are welcome. ## Contact diff --git a/setup.py b/setup.py index 2ace37d0f..c5eb6ce69 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,13 @@ 'psutil', 'pyparsing', 'pyzmq' - ], + ], python_requires='>=3.8', + project_urls={ + 'documentation': 'https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/ompython.html', + 'source': 'https://github.com/OpenModelica/OMPython', + 'download': 'https://pypi.org/project/OMPython/#files', + 'tracker': 'https://github.com/OpenModelica/OMPython/issues', + 'release notes': 'https://github.com/OpenModelica/OMPython/releases', + }, )