diff --git a/setup.py b/setup.py index 18e9b410cbd2db2be16b6134f0fe076d8a6dfb3b..9f87b979ffa39069d8b824f86887e93e5e5ecd20 100644 --- a/setup.py +++ b/setup.py @@ -95,6 +95,13 @@ setup( author="Andreas Kloeckner", author_email="inform@tiker.net", license="MIT", + url="https://github.com/inducer/sumpy", + download_url="https://pypi.python.org/pypi/sumpy", + project_urls={ + "Bug Tracker": "https://github.com/inducer/sumpy/issues", + "Documentation": "https://documen.tician.de/sumpy", + "Source Code": "https://github.com/inducer/sumpy", + }, packages=["sumpy", "sumpy.expansion"], python_requires="~=3.8", install_requires=[