File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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' ,
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)
You can’t perform that action at this time.
0 commit comments