Skip to content

Commit

Permalink
double asterisk?
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Jul 26, 2023
1 parent 76e94d8 commit 6ae6bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = "PyFlyt"
version = "0.9.2"
version = "0.9.3"
authors = [
{ name="Jet", email="[email protected]" },
]
Expand All @@ -31,7 +31,7 @@ include = ["PyFlyt", "PyFlyt.*"]

[tool.setuptools.package-data]
pyflyt = [
"PyFlyt/models/*",
"PyFlyt/models/**",
]

[project.urls]
Expand Down

0 comments on commit 6ae6bfd

Please sign in to comment.