summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBrian Haley <bhaley@redhat.com>2019-10-04 16:14:37 -0400
committerBrian Haley <haleyb.dev@gmail.com>2019-10-25 18:50:08 +0000
commit684246526092d780cb662910a018f9ececba9452 (patch)
tree44fc2aabff9e2eab74a8baa711e0dd8507ea04b9 /setup.cfg
parent8acf9ea32baad3b4fecfb973c17f81e5a3b7b5d9 (diff)
downloadneutron-684246526092d780cb662910a018f9ececba9452.tar.gz
Stop testing python 2
Since it's no longer supported past Train, lets stop running the tests. Updated docs and made some pep8 code tweaks as well. Change-Id: I1c171ab906a3b4c66558163ad26947ebf710a276
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 2dbda7f7d7..2dce148b10 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,8 +13,6 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
@@ -266,6 +264,3 @@ domain = neutron neutron-log-error neutron-log-info neutron-log-warning
domain = neutron
output_dir = neutron/locale
input_file = neutron/locale/neutron.pot
-
-[wheel]
-universal = 1