diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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=[], |