Skip to content

Commit 6920907

Browse files
author
Federico J. Fernandez
committed
Adding support for Python 3.5 to the manifest
1 parent f16008b commit 6920907

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
url='https://github.com/UDST/osmnet',
2424
classifiers=[
2525
'Programming Language :: Python :: 2.7',
26-
'Development Status :: 3 - Alpha'
26+
'Programming Language :: Python :: 3.5',
27+
'Development Status :: 3 - Alpha',
2728
'License :: OSI Approved :: GNU Affero General Public License v3'
2829
],
2930
packages=find_packages(exclude=['*.tests']),

0 commit comments

Comments
 (0)