summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Rouse <jr@its.to>2017-04-29 13:11:34 -0700
committerGitHub <noreply@github.com>2017-04-29 13:11:34 -0700
commit8048f67cb5f8db9e6d7dcdf7274fee4297a22697 (patch)
tree16062dba1e9c100cb99315a5feaa5c6ea6758510 /setup.py
parent494089c48316890f4c9fc19b92db4ef4b5f8baea (diff)
downloadappdirs-8048f67cb5f8db9e6d7dcdf7274fee4297a22697.tar.gz
Has been in use for years in core python libraries. Changing classifier to stable.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e118896..79a8bf5 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ setup(
'platform-specific dirs, e.g. a "user data dir".',
long_description=read('README.rst') + '\n' + read('CHANGES.rst'),
classifiers=[c.strip() for c in """
- Development Status :: 4 - Beta
+ Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent