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:
parent
6de75b87af
commit
3666344959
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -44,13 +44,14 @@ ARGS = dict(
|
|||
author_email="ignatenkobrain@fedoraproject.org",
|
||||
url="https://pagure.io/fedora-rust/rust2rpm",
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Topic :: Software Development :: Build Tools",
|
||||
"Topic :: System :: Software Distribution",
|
||||
"Topic :: Utilities",
|
||||
|
|
Loading…
Reference in a new issue