Skip to content

Commit

Permalink
Merge pull request #160 from IBM/jrute-prepare-pypi
Browse files Browse the repository at this point in the history
Fix pyproject.toml
  • Loading branch information
jasonrute authored Dec 22, 2023
2 parents 1e7b0d1 + 6f769cb commit 777fc2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "graph2tac"
version = "1.0.0"
version = "1.0.4"
authors = [
{ name="Lasse Blaauwbroek" },
{ name="Fidel I. Schaposnik Massolo" },
Expand Down Expand Up @@ -59,4 +59,5 @@ Repository = "https://github.com/IBM/graph2tac"

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

0 comments on commit 777fc2c

Please sign in to comment.