@@ -44,20 +44,26 @@ def run_tests(self):
4444 'Programming Language :: Python :: 2' ,
4545 'Programming Language :: Python :: 2.7' ,
4646 'Programming Language :: Python :: 3' ,
47- 'Programming Language :: Python :: 3.4' ,
48- 'Programming Language :: Python :: 3.5' ,
47+ 'Programming Language :: Python :: 3 :: Only' ,
4948 'Programming Language :: Python :: 3.6' ,
49+ 'Programming Language :: Python :: 3.7' ,
50+ 'Programming Language :: Python :: 3.8' ,
5051 'Operating System :: OS Independent' ,
5152 ],
53+ project_urls = {
54+ 'Documentation' : 'https://psyplot.readthedocs.io/projects/psy-reg' ,
55+ 'Source' : 'https://github.com/psyplot/psy-reg' ,
56+ 'Tracker' : 'https://github.com/psyplot/psy-reg/issues' ,
57+ },
5258 keywords = 'visualization netcdf raster cartopy earth-sciences psyplot' ,
5359 url = 'https://github.com/psyplot/psy-reg' ,
5460 author = 'Philipp Sommer' ,
55- author_email = 'philipp.sommer@unil.ch ' ,
61+ author_email = 'philipp.sommer@hzg.de ' ,
5662 license = "GPLv2" ,
5763 packages = find_packages (exclude = ['docs' , 'tests*' , 'examples' ]),
5864 install_requires = [
5965 'psyplot' ,
60- 'psy-simple>1.0.1 ' ,
66+ 'psy-simple>=1.3.0 ' ,
6167 'statsmodels' ,
6268 'scipy' ,
6369 ],
0 commit comments