@@ -40,15 +40,18 @@ def run_tests(self):
40
40
'Topic :: Scientific/Engineering :: GIS' ,
41
41
'Topic :: Scientific/Engineering' ,
42
42
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)' ,
43
+ 'Programming Language :: Python :: 3' ,
44
+ 'Programming Language :: Python :: 3 :: Only' ,
43
45
'Programming Language :: Python :: 3.6' ,
44
46
'Programming Language :: Python :: 3.7' ,
47
+ 'Programming Language :: Python :: 3.8' ,
45
48
'Operating System :: OS Independent' ,
46
49
],
47
50
keywords = ('visualization netcdf raster cartopy earth-sciences pyqt qt '
48
51
'ipython jupyter qtconsole' ),
49
52
url = 'https://github.com/psyplot/psyplot-gui' ,
50
- author = 'Philipp Sommer' ,
51
- author_email = 'philipp.sommer@unil.ch ' ,
53
+ author = 'Philipp S. Sommer' ,
54
+ author_email = 'philipp.sommer@hzg.de ' ,
52
55
license = "GPLv2" ,
53
56
packages = find_packages (exclude = ['docs' , 'tests*' , 'examples' ]),
54
57
install_requires = [
@@ -65,6 +68,11 @@ def run_tests(self):
65
68
osp .join ('psyplot_gui' , 'icons' , '*.png' ),
66
69
osp .join ('psyplot_gui' , 'icons' , '*.svg' ),
67
70
]},
71
+ project_urls = {
72
+ 'Documentation' : 'https://psyplot.readthedocs.io/projects/psyplot-gui' ,
73
+ 'Source' : 'https://github.com/psyplot/psyplot-gui' ,
74
+ 'Tracker' : 'https://github.com/psyplot/psyplot-gui/issues' ,
75
+ },
68
76
include_package_data = True ,
69
77
tests_require = ['pytest' , 'psutil' ],
70
78
cmdclass = {'test' : PyTest },
0 commit comments