circus-tent / circus

A Process & Socket Manager built with zmq
http://circus.readthedocs.org/
Other
1.55k stars 258 forks source link

DevOps: Fix the trove classifiers in the `pyproject.toml` #1209

Closed sphuber closed 2 years ago

sphuber commented 2 years ago

There were two invalid trove classifiers:

Operating System :: POSIX :: Windows

should be:

Operating System :: Microsoft :: Windows

And the license classifier had a trailing double quote. These mistakes were raised by flit when trying to publish the package. Valid classifiers are provided by: https://pypi.org/classifiers/