Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
miltlima committed Nov 2, 2021
1 parent 3141047 commit 83a5cca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ version = "0.0.9"
description = "A automate tool for terraform projects"
authors = ["Milton Jesus <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/miltlima/terramagic"
repository = "https://github.com/miltlima/terramagic""
classifiers = [
"Environment :: Console",
"Operating System :: OS Independent",
"Topic :: Software Development :: Documentation",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
]
include = [
"LICENSE",
]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 83a5cca

Please sign in to comment.