Skip to content

Commit a0530d2

Browse files
committed
added project_urls to setup.pu
1 parent ac2d188 commit a0530d2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def desc():
1313

1414
setuptools.setup(
1515
name="Flask-MonitoringDashboard",
16-
version="1.10.2",
16+
version="1.10.3",
1717
packages=setuptools.find_packages(),
1818
include_package_data=True,
1919
platforms='Any',
@@ -36,5 +36,11 @@ def desc():
3636
'Programming Language :: Python :: 3.3',
3737
'Programming Language :: Python :: 3.4',
3838
'Programming Language :: Python :: 3.5',
39-
'Programming Language :: Python :: 3.6']
39+
'Programming Language :: Python :: 3.6'],
40+
project_urls={
41+
'Bug Reports': 'https://github.com/flask-dashboard/Flask-MonitoringDashboard/issues',
42+
'PyPi': 'https://pypi.org/project/Flask-MonitoringDashboard/',
43+
'Documentation': 'http://flask-monitoringdashboard.readthedocs.io/',
44+
'Source': 'https://github.com/flask-dashboard/Flask-MonitoringDashboard/',
45+
},
4046
)

0 commit comments

Comments
 (0)