Skip to content

Commit

Permalink
Adding support for Python 3.5 to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico J. Fernandez committed Mar 31, 2017
1 parent f16008b commit 6920907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
url='https://github.com/UDST/osmnet',
classifiers=[
'Programming Language :: Python :: 2.7',
'Development Status :: 3 - Alpha'
'Programming Language :: Python :: 3.5',
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: GNU Affero General Public License v3'
],
packages=find_packages(exclude=['*.tests']),
Expand Down

0 comments on commit 6920907

Please sign in to comment.