We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16008b commit 6920907Copy full SHA for 6920907
setup.py
@@ -23,7 +23,8 @@
23
url='https://github.com/UDST/osmnet',
24
classifiers=[
25
'Programming Language :: Python :: 2.7',
26
- 'Development Status :: 3 - Alpha'
+ 'Programming Language :: Python :: 3.5',
27
+ 'Development Status :: 3 - Alpha',
28
'License :: OSI Approved :: GNU Affero General Public License v3'
29
],
30
packages=find_packages(exclude=['*.tests']),
0 commit comments