summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2014-03-20 17:32:04 +0530
committerGerrit Code Review <review@dev.gluster.org>2014-03-26 08:23:37 -0700
commitf50cec44586e851c3d9e29dd59574696ae6f0c3a (patch)
treee385062ea53be9ad443e44531f8de9c67e12197d /setup.py
parentdf17e0bc245ce3c7e58f384a3a2f6e02b999d50b (diff)
Fix minor typo in unit test
* Changed package to be covered from gluster to glusterfs. * Also, added script to run unit tests without tox. * Updated setup.py to be more specific. Change-Id: I148f522153b75f066753a807719e38699d48b1fd Signed-off-by: Prashanth Pai <ppai@redhat.com>
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=[],