Skip to content

Commit c334d26

Browse files
michael-kblueyed
authored andcommitted
Add a link from PyPI to source code (#798)
1 parent 8a5aa0b commit c334d26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,8 @@ def read(fname):
6969
'Programming Language :: Python :: Implementation :: PyPy',
7070
'Topic :: Software Development :: Testing',
7171
],
72+
project_urls={
73+
'Source': 'https://github.com/pytest-dev/pytest-django',
74+
},
7275
# the following makes a plugin available to pytest
7376
entry_points={'pytest11': ['django = pytest_django.plugin']})

0 commit comments

Comments
 (0)