diff --git a/.travis.yml b/.travis.yml index 36cd804..3bb741b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,7 @@ install: # command to run tests script: - "export PATH=$PATH:$PWD/tf_bin" - - cd test - - py.test + - py.test test deploy: # test pypi diff --git a/setup.py b/setup.py index de4e272..1a847dd 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name=module_name, version=get_version(), url='https://github.com/beelit94/python-terraform', - license='BSD', + license='MIT', author='Freddy Tan', author_email='beelit94@gmail.com', description='This is a python module provide a wrapper of terraform command line tool', @@ -38,8 +38,8 @@ setup( # 'Development Status :: 1 - Planning', # 'Development Status :: 2 - Pre-Alpha', # 'Development Status :: 3 - Alpha', - # 'Development Status :: 4 - Beta', - 'Development Status :: 5 - Production/Stable', + 'Development Status :: 4 - Beta', + # 'Development Status :: 5 - Production/Stable', # 'Development Status :: 6 - Mature', # 'Development Status :: 7 - Inactive', 'Environment :: Console',