Skip to content

Commit b4fc1ad

Browse files
committed
Add project_urls.
1 parent 5d0145f commit b4fc1ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ def make_release_tree(self, base_dir, files):
6060
url='https://github.com/RKrahl/pytest-dependency',
6161
license='Apache Software License 2.0',
6262
long_description=__doc__,
63+
project_urls={
64+
'Documentation': 'https://pytest-dependency.readthedocs.io/',
65+
'Source Code': 'https://github.com/RKrahl/pytest-dependency',
66+
},
6367
py_modules=['pytest_dependency'],
6468
install_requires=['pytest >= 2.8.0'],
6569
classifiers=[

0 commit comments

Comments
 (0)