Add Python3 to the setup configuration

Partially implements: blueprint python-3

Change-Id: I70762a2afdcee04d9c9c27b4fd82f180f1256eb3
This commit is contained in:
Hiroaki Kobayashi 2018-01-19 11:28:34 +09:00
parent 6887b8ccd9
commit 43a031921d
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Environment :: OpenStack
Development Status :: 3 - Alpha,
Framework :: Setuptools Plugin,