We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e7b0d1 + 6f769cb commit 777fc2cCopy full SHA for 777fc2c
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "graph2tac"
7
-version = "1.0.0"
+version = "1.0.4"
8
authors = [
9
{ name="Lasse Blaauwbroek" },
10
{ name="Fidel I. Schaposnik Massolo" },
@@ -59,4 +59,5 @@ Repository = "https://github.com/IBM/graph2tac"
59
60
[tool.setuptools.packages.find]
61
where = ["."]
62
+exclude = ["tests*"]
63
namespaces = false # prevents folders without __init__.py from being scanned
0 commit comments