From 692090747315dd5645ace1c44a64bacf82253473 Mon Sep 17 00:00:00 2001 From: "Federico J. Fernandez" Date: Fri, 31 Mar 2017 12:11:16 -0300 Subject: [PATCH] Adding support for Python 3.5 to the manifest --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 821606f..849fdbe 100644 --- a/setup.py +++ b/setup.py @@ -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']),