From 0d2936365f9227b1792af57d81a0c26907fe9853 Mon Sep 17 00:00:00 2001 From: Eyal Date: Thu, 26 Apr 2018 15:39:27 +0300 Subject: [PATCH] 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 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6228654..d3a4541 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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