We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f965e commit 3630c48Copy full SHA for 3630c48
setup.py
@@ -10,11 +10,12 @@
10
sources=['mapcodemodule.c', 'mapcodelib/mapcoder.c'],
11
include_dirs=['mapcodelib']
12
)],
13
- version='0.2',
+ version='0.3',
14
description='A Python module to do mapcode encoding and decoding. See http://www.mapcode.com for more information.',
15
author='Erik Bos',
16
author_email='erik@xs4all.nl',
17
url='https://github.com/mapcode-foundation/mapcode-python',
18
+ download_url='https://github.com/mapcode-foundation/mapcode-python/tarball/v0.3',
19
license='Apache License 2.0',
20
classifiers=[
21
'Development Status :: 4 - Beta',
0 commit comments