Skip to content

Commit

Permalink
added project urls to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRobsAT committed Apr 16, 2024
1 parent 1f54142 commit 44ca8bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
author_email=EMAIL,
python_requires=REQUIRES_PYTHON,
url=URL,
project_urls=PROJECT_URLS,
packages=find_packages(exclude=["tests", "*.tests", "*.tests.*", "tests.*"]),
# If your package is a single module, use this instead of 'packages':
# py_modules=['pyceps'],
Expand Down

0 comments on commit 44ca8bf

Please sign in to comment.