kopia lustrzana https://github.com/glidernet/ogn-python
Update python versions
rodzic
4a54d70053
commit
c4ec856f26
5
setup.py
5
setup.py
|
@ -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.*']),
|
||||
|
|
Ładowanie…
Reference in New Issue