From b53f01d07d65e3b23da1870a0baca06067692616 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 26 Jan 2018 16:31:29 -0500 Subject: [PATCH] Remove commas in setup.cfg package classifiers This is likely causing an upload to pypi to fail with the following error: Error: 'Development Status :: 3 - Alpha,' is not a valid choice for this field Change-Id: Ieba2a4bec5ffc8e618501b38f73628e0b59c12a5 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5fd2f14..90a2716 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,8 +8,8 @@ classifiers = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Environment :: OpenStack - Development Status :: 3 - Alpha, - Framework :: Setuptools Plugin, + Development Status :: 3 - Alpha + Framework :: Setuptools Plugin Intended Audience :: Information Technology Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License