]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Update setup.py 272/head
authorZack Cerza <zack@cerza.org>
Thu, 24 Apr 2014 19:45:13 +0000 (14:45 -0500)
committerZack Cerza <zack@cerza.org>
Fri, 20 Jun 2014 18:06:21 +0000 (14:06 -0400)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
setup.py

index 2354e68a0ddfc4c6665ee3ebe82bd56e12bb8372..6fe7245de99bf8908c9e2152580ad31e96277063 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,14 +2,27 @@ from setuptools import setup, find_packages
 
 setup(
     name='teuthology',
-    version='0.0.1',
+    version='0.1.0',
     packages=find_packages(),
 
-    author='Tommi Virtanen',
-    author_email='tommi.virtanen@dreamhost.com',
-    description='Ceph test runner',
+    author='Inktank Storage, Inc.',
+    author_email='ceph-qa@ceph.com',
+    description='Ceph test framework',
     license='MIT',
-    keywords='ceph testing ssh cluster',
+    keywords='teuthology test ceph cluster',
+    url='https://github.com/ceph/teuthology',
+    classifiers=[
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: MIT License',
+        'Natural Language :: English',
+        'Operating System :: POSIX :: Linux',
+        'Programming Language :: Python :: 2.7'
+        'Topic :: Software Development :: Quality Assurance',
+        'Topic :: Software Development :: Testing',
+        'Topic :: System :: Distributed Computing',
+        'Topic :: System :: Filesystems',
+    ],
+
 
     # to find the code associated with entry point
     # A.B:foo first cd into directory A, open file B