update the setup.py url to point to the new repository
This commit is contained in:
parent
bc27522fb5
commit
d88670503b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ except IOError:
|
|||
setup(
|
||||
name=module_name,
|
||||
version="2.1.0-dev",
|
||||
url="https://github.com/DomainDrivenArchitecture/python-terraform",
|
||||
url="https://gitlab.com/domaindrivenarchitecture/dda-python-terraform",
|
||||
license="MIT",
|
||||
author="Freddy Tan",
|
||||
author_email="beelit94@gmail.com",
|
||||
|
|
Loading…
Reference in a new issue