summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 b2782ac..dda846d 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(name='Dogpile',
description="A 'Dogpile' lock, typically used as a component of a larger caching solution",
long_description=file(readme).read(),
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',