From 36663449594b33ec4b0c0ae9ea568cad819bb920 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: May 07 2019 06:41:20 +0000 Subject: 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. --- diff --git a/setup.py b/setup.py index 79367da..b5b1157 100644 --- a/setup.py +++ b/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",