Setup.py cleanup for pypi release

* Incremented version to 0.2.0
 * Changed author to 'CafeHub'
 * Updated Development Status to 4 - Beta
 * Changed url to readthedocs page

Change-Id: I70074061ca144285dfb0d399fcca9bc28524bc41
This commit is contained in:
Jose Idar 2014-06-23 10:39:47 -05:00
parent e121736eb1
commit 1f5f08db00
1 changed files with 4 additions and 5 deletions

View File

@ -81,25 +81,24 @@ class Tox(TestCommand):
# Normal setup stuff
setup(
name='cafe',
version='0.1.0',
version='0.2.0',
description='The Common Automation Framework Engine',
long_description='{0}'.format(open('README.rst').read()),
author='Rackspace Cloud QE',
author='CafeHub',
author_email='cloud-cafe@lists.rackspace.com',
url='http://rackspace.com',
url='http://opencafe.readthedocs.org',
packages=find_packages(),
namespace_packages=['cafe'],
install_requires=requires,
license=open('LICENSE').read(),
zip_safe=False,
classifiers=(
'Development Status :: 1 - Planning',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: Other/Proprietary License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
),
entry_points = {