Update python versions

pull/78/head
Konstantin Gründger 2020-05-22 00:40:41 +02:00
rodzic 4a54d70053
commit c4ec856f26
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -26,8 +26,11 @@ setup(
'Topic :: Scientific/Engineering :: GIS',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9-dev'
],
keywords='gliding ogn',
packages=find_packages(exclude=['tests', 'tests.*']),