We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5aa0b commit c334d26Copy full SHA for c334d26
setup.py
@@ -69,5 +69,8 @@ def read(fname):
69
'Programming Language :: Python :: Implementation :: PyPy',
70
'Topic :: Software Development :: Testing',
71
],
72
+ project_urls={
73
+ 'Source': 'https://github.com/pytest-dev/pytest-django',
74
+ },
75
# the following makes a plugin available to pytest
76
entry_points={'pytest11': ['django = pytest_django.plugin']})
0 commit comments