Skip to content

Commit

Permalink
Merge branch 'hotfix/4.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
peichman-umd committed Oct 21, 2024
2 parents 1d73e74 + 396f8a4 commit 4f2783d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.2
4.3.3
6 changes: 6 additions & 0 deletions plastron-models/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@ test = [
requires = ["setuptools>=66.1.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.package-data]
"*" = ["*.ttl"]

[tool.setuptools.dynamic]
version = { "file" = "VERSION" }

0 comments on commit 4f2783d

Please sign in to comment.