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:
parent
6576e00f28
commit
0d2936365f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user