From ce1adf582508aea7d24bbd08720307d4b97d5e02 Mon Sep 17 00:00:00 2001 From: Masahito Muroi Date: Sat, 27 Jan 2018 10:43:49 +0900 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: I96a9127e787855554060b38927ab8845967cc256 (cherry picked from commit fb7a5ceb71f79189193a4e46af1c1f4523e73b4a) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e1b14b5..7be4b8a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,8 +10,8 @@ classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 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