Skip to content

Commit f3db38c

Browse files
committed
Changes development status to 'Production/Stable'
1 parent 528648d commit f3db38c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
def build():
44
setup(
55
name = 'pymorton',
6-
version = '0.2.1',
6+
version = '0.2.2',
77
author = 'Trevor Prater',
88
author_email = 'trevor.prater@gmail.com',
99
description = 'A lightweight morton coder with lat/long support.',
1010
license = 'MIT',
1111
keywords = 'nearest neighbors, geo hashing, geo, z-order, morton coding, hashing',
1212
url = 'https://github.com/trevorprater/pymorton',
1313
packages = ['pymorton'],
14+
python_requires='>=2.6',
1415
install_requires = [],
1516
classifiers = [
16-
'Development Status :: 3 - Development',
17+
'Development Status :: 5 - Production/Stable',
1718
'Topic :: Utilities',
1819
'License :: OSI Approved :: MIT License'
1920
]

0 commit comments

Comments
 (0)