Skip to content

Commit

Permalink
Add a link from PyPI to source code (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and blueyed committed Jan 8, 2020
1 parent 8a5aa0b commit c334d26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@ def read(fname):
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Testing',
],
project_urls={
'Source': 'https://github.com/pytest-dev/pytest-django',
},
# the following makes a plugin available to pytest
entry_points={'pytest11': ['django = pytest_django.plugin']})

0 comments on commit c334d26

Please sign in to comment.