Skip to content

Commit

Permalink
Added project_urls to setup.py (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawl committed Aug 26, 2021
1 parent 7ea6194 commit 73484c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Unreleased
* Added testing against Django 3.2.
* Dropped support for Django 3.0.
* Dropped support for Python 3.5.
* Added project_urls to setup.py.


Version 2.4.0 (2020-9-27)
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
maintainer_email='carlton.gibson@noumenal.es',
url='https://github.com/carltongibson/django-filter/tree/main',
packages=find_packages(exclude=['tests*']),
project_urls={
"Documentation": "https://django-filter.readthedocs.io/en/main/",
"Changelog": "https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst",
"Bug Tracker": "https://github.com/carltongibson/django-filter/issues",
"Source Code": "https://github.com/carltongibson/django-filter",
},
include_package_data=True,
license='BSD',
classifiers=[
Expand Down

0 comments on commit 73484c2

Please sign in to comment.