summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index e95068a..a098896 100644
--- a/setup.py
+++ b/setup.py
@@ -34,15 +34,14 @@ setup(
test_suite='nose.collector',
classifiers=[
'Development Status :: 5 - Production/Stable'
- 'Environment :: OpenStack'
- 'Intended Audience :: Information Technology'
- 'Intended Audience :: System Administrators'
+ 'Intended Audience :: Developers'
'License :: OSI Approved :: Apache Software License'
'Operating System :: POSIX :: Linux'
'Programming Language :: Python'
'Programming Language :: Python :: 2'
'Programming Language :: Python :: 2.6'
'Programming Language :: Python :: 2.7'
+ 'Topic :: System :: Filesystems'
],
install_requires=[],
scripts=[],