Skip to content

Commit e4aabcc

Browse files
committed
Changed status of module to stable.
1 parent 6e6a5cf commit e4aabcc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
sources=['mapcodemodule.c', 'mapcodelib/mapcoder.c'],
1111
include_dirs=['mapcodelib']
1212
)],
13-
# version number format is clibrary - python
1413
version='0.4',
1514
description='A Python module to do mapcode encoding and decoding. See http://www.mapcode.com for more information.',
1615
author='Erik Bos',
@@ -19,7 +18,10 @@
1918
download_url='https://github.com/mapcode-foundation/mapcode-python/tarball/v0.4',
2019
license='Apache License 2.0',
2120
classifiers=[
22-
'Development Status :: 4 - Beta',
23-
'License :: OSI Approved :: Apache Software License'
21+
'Development Status :: 5 - Production/Stable',
22+
'Topic :: Scientific/Engineering :: GIS',
23+
'License :: OSI Approved :: Apache Software License',
24+
'Programming Language :: Python :: 2.6',
25+
'Programming Language :: Python :: 2.7'
2426
],
2527
)

0 commit comments

Comments
 (0)