Skip to content

Commit e485079

Browse files
committed
Add project_urls
1 parent 866fcbb commit e485079

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
long_description_content_type='text/markdown',
3737
keywords='web framework servlets',
3838
url='https://webwareforpython.github.io/w4py3/',
39+
project_urls={
40+
'Source': 'https://github.com/WebwareForPython/w4py3/',
41+
'Issues': 'https://github.com/WebwareForPython/w4py3/issues',
42+
'Documentation': 'https://webwareforpython.github.io/w4py3/',
43+
},
3944
packages=setuptools.find_packages(),
4045
include_package_data=True,
4146
classifiers=[

0 commit comments

Comments
 (0)