1 parent 669c031 commit 17e4b5dCopy full SHA for 17e4b5d
1 file changed
pyproject.toml
@@ -1,6 +1,10 @@
1
+[build-system]
2
+requires = ["poetry-core>=1.0.0"]
3
+build-backend = "poetry.core.masonry.api"
4
+
5
[project]
6
name = "terravision"
-version = "0.9.7"
7
+version = "0.9.8"
8
description = "Terraform Architecture Visualizer"
9
readme = "README.md"
10
authors = [{ name = "Patrick Chugh", email = "terravisionapp@gmail.com" }]
@@ -26,7 +30,7 @@ terravision = "terravision:main"
26
30
27
31
[tool.poetry]
28
32
29
33
34
35
authors = ["Patrick Chugh <terravisionapp@gmail.com>"]
36
license = "AGPL-3.0-only"
0 commit comments