From 158f280cf26c08b1e9bd96009e9ef0218937dd2c Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Mon, 1 May 2023 14:50:33 -0500 Subject: [PATCH] Add URLs for the project --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index 18e9b410..9f87b979 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=[ -- GitLab