From f50cec44586e851c3d9e29dd59574696ae6f0c3a Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Thu, 20 Mar 2014 17:32:04 +0530 Subject: 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 --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'setup.py') 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=[], -- cgit