From b4aa9de58b9e63ece7976ba7cb644df8c3e47298 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 9 Jul 2015 17:00:30 -0700 Subject: [PATCH] Remove setup.cfg 'requires-python' incorrect entry The classifiers provide this same information and it does not appear that this is frequently used in openstack so let's just remove it. Change-Id: I43d10fcc95975f0e416561ff3947af76c7a843bd --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 80cadef..0d74d09 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,6 @@ [metadata] name = automaton summary = Friendly state machines for python. -requires-python = >=2.6 author = OpenStack author-email = openstack-dev@lists.openstack.org home-page = http://www.openstack.org/