We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f725579 commit 532bb79Copy full SHA for 532bb79
setup.py
@@ -71,6 +71,7 @@ def read(fname):
71
],
72
project_urls={
73
'Source': 'https://github.com/pytest-dev/pytest-django',
74
+ 'Changelog': 'https://pytest-django.readthedocs.io/en/latest/changelog.html',
75
},
76
# the following makes a plugin available to pytest
77
entry_points={'pytest11': ['django = pytest_django.plugin']})
0 commit comments