We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cbd09 commit d27195bCopy full SHA for d27195b
setup.py
@@ -3,7 +3,7 @@
3
4
from distutils.core import setup, Extension
5
6
-module_version = '2.0.0.2'
+module_version = '2.0.1.1'
7
8
setup(
9
name='mapcode',
@@ -23,6 +23,7 @@
23
'Topic :: Scientific/Engineering :: GIS',
24
'License :: OSI Approved :: Apache Software License',
25
'Programming Language :: Python :: 2.6',
26
- 'Programming Language :: Python :: 2.7'
+ 'Programming Language :: Python :: 2.7',
27
+ 'Programming Language :: Python :: 3'
28
],
29
)
0 commit comments