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 fb7a5ceb71)
This commit is contained in:
Masahito Muroi 2018-01-27 10:43:49 +09:00
parent 3be3998965
commit ce1adf5825
1 changed files with 2 additions and 2 deletions

View File

@ -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