support py3

currently when installing mistral in devstack the mistral-dashboard
is not installed in py3 environment since it doesn't have
a py3 classifier

Change-Id: I97ac517f2f7f3cea2f6d85011c9b142bcfc45fdc
This commit is contained in:
Eyal 2018-04-26 15:39:27 +03:00
parent 6576e00f28
commit 0d2936365f
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
Intended Audience :: Information Technology
Intended Audience :: System Administrators