Skip to content

Commit

Permalink
fix package data
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Jul 31, 2023
1 parent c0d0245 commit 40ed86c
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.4"
version = "0.9.5"
authors = [
{ name="Jet", email="[email protected]" },
]
Expand All @@ -31,7 +31,7 @@ include = ["PyFlyt", "PyFlyt.*"]

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

[project.urls]
Expand Down

0 comments on commit 40ed86c

Please sign in to comment.