Increments version number for release. Removes temporary setuptools version restriction
Change-Id: Ibf27f5386c683456ab9ecbe00d2dd8aed7d01738
This commit is contained in:
parent
65e7480dd0
commit
3b454756c7
4
setup.py
4
setup.py
@ -50,13 +50,13 @@ for dirpath, directories, filenames in os.walk(dir_path):
|
||||
|
||||
setup(
|
||||
name='opencafe',
|
||||
version='0.3.1',
|
||||
version='0.3.2',
|
||||
description='The Common Automation Framework Engine',
|
||||
long_description='{0}'.format(open('README.rst').read()),
|
||||
author='CafeHub',
|
||||
author_email='cloud-cafe@lists.rackspace.com',
|
||||
url='http://opencafe.readthedocs.org',
|
||||
install_requires=['six', "setuptools<=30.0.0"],
|
||||
install_requires=['six'],
|
||||
packages=find_packages(exclude=('tests*', 'docs')),
|
||||
package_data={'cafe': plugins},
|
||||
license=open('LICENSE').read(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user