File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def desc():
13
13
14
14
setuptools .setup (
15
15
name = "Flask-MonitoringDashboard" ,
16
- version = "1.10.2 " ,
16
+ version = "1.10.3 " ,
17
17
packages = setuptools .find_packages (),
18
18
include_package_data = True ,
19
19
platforms = 'Any' ,
@@ -36,5 +36,11 @@ def desc():
36
36
'Programming Language :: Python :: 3.3' ,
37
37
'Programming Language :: Python :: 3.4' ,
38
38
'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
+ },
40
46
)
You can’t perform that action at this time.
0 commit comments