From e2d0f390d72e2974ae73405627cffa9828b927a8 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 6 Oct 2015 17:10:41 +0200 Subject: [PATCH] Python 3: add classifiers Change-Id: Ia420064d849d4ac389776a461d35e6625dbfa753 Blueprint: neutron-python3 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index f4222c8bc..f1539167c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,8 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.4 [files] packages = -- 2.45.2