We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866fcbb commit e485079Copy full SHA for e485079
setup.py
@@ -36,6 +36,11 @@
36
long_description_content_type='text/markdown',
37
keywords='web framework servlets',
38
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
+ },
44
packages=setuptools.find_packages(),
45
include_package_data=True,
46
classifiers=[
0 commit comments