Skip to content

Commit 777fc2c

Browse files
authored
Merge pull request #160 from IBM/jrute-prepare-pypi
Fix pyproject.toml
2 parents 1e7b0d1 + 6f769cb commit 777fc2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "graph2tac"
7-
version = "1.0.0"
7+
version = "1.0.4"
88
authors = [
99
{ name="Lasse Blaauwbroek" },
1010
{ name="Fidel I. Schaposnik Massolo" },
@@ -59,4 +59,5 @@ Repository = "https://github.com/IBM/graph2tac"
5959

6060
[tool.setuptools.packages.find]
6161
where = ["."]
62+
exclude = ["tests*"]
6263
namespaces = false # prevents folders without __init__.py from being scanned

0 commit comments

Comments
 (0)