summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Gompa <ngompa13@gmail.com>2019-10-08 18:59:56 -0400
committerNeal Gompa <ngompa13@gmail.com>2019-10-08 18:59:56 -0400
commiteb3c1c216547014b7c87e391b4f5bde0f4a211d6 (patch)
treef6fda39130049ace89f1ace6bbb3d04452ed7b5a
parentac524526d62980400713ba7dcfd78798feb9e829 (diff)
downloadurlgrabber-eb3c1c216547014b7c87e391b4f5bde0f4a211d6.tar.gz
setuptools: Update Development Status to "Production/Stable"
This module has been in use with YUM for well over a decade, and the API has not changed much in the last few years. At this point, most people would consider it production-grade.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index df7d859..b863c8a 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(
# From https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
# Development status
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
# Target audience
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",