From a312f9af04f5b0d663ff617ce4df49a8ca451cd8 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 24 Apr 2014 14:45:13 -0500 Subject: [PATCH] Update setup.py Signed-off-by: Zack Cerza --- setup.py | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 2354e68a0..6fe7245de 100644 --- 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 -- 2.47.3