Update setup.py
This commit is contained in:
parent
cc435e289d
commit
a0975baeb1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setup(
|
||||||
url='https://github.com/beelit94/python-terraform',
|
url='https://github.com/beelit94/python-terraform',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
author='Freddy Tan',
|
author='Freddy Tan',
|
||||||
author_email='ftan@splunk.com',
|
author_email='beelit94@gmail.com',
|
||||||
description='This is a python module provide a wrapper of terraform command line tool',
|
description='This is a python module provide a wrapper of terraform command line tool',
|
||||||
long_description=__doc__,
|
long_description=__doc__,
|
||||||
packages=[module_name],
|
packages=[module_name],
|
||||||
|
|
Loading…
Reference in a new issue