Skip to content

Commit

Permalink
add models package
Browse files Browse the repository at this point in the history
  • Loading branch information
dani2112 committed Sep 18, 2023
1 parent c782c77 commit f9c795c
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
@@ -1,6 +1,6 @@
[project]
name = "sliceguard"
version = "0.0.28"
version = "0.0.29"
authors = [
{ name="Renumics GmbH", email="[email protected]"},
{ name="Daniel Klitzke", email="[email protected]"}
Expand Down Expand Up @@ -63,4 +63,4 @@ tutorials = [
"Bug Tracker" = "https://github.com/Renumics/sliceguard/issues"

[tool.setuptools]
packages = ["sliceguard"]
packages = ["sliceguard", "sliceguard.models"]

0 comments on commit f9c795c

Please sign in to comment.