Bump classifiers

This software is used, so let's at least it's beta.
Seems to work fine with python3.8, let's say that.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-05-06 22:47:06 +02:00
parent 6de75b87af
commit 3666344959

View file

@ -44,13 +44,14 @@ ARGS = dict(
author_email="ignatenkobrain@fedoraproject.org", author_email="ignatenkobrain@fedoraproject.org",
url="https://pagure.io/fedora-rust/rust2rpm", url="https://pagure.io/fedora-rust/rust2rpm",
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Build Tools",
"Topic :: System :: Software Distribution", "Topic :: System :: Software Distribution",
"Topic :: Utilities", "Topic :: Utilities",