Skip to content

Commit

Permalink
Remove tool.setuptools.packages.find (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Jun 16, 2023
1 parent 7c4c8e1 commit ab90472
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions python/ribasim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ zip-safe = true
[tool.setuptools.dynamic]
version = { attr = "ribasim.__version__" }

[tool.setuptools.packages.find]
include = ["ribasim"]

[tool.setuptools.package-data]
"ribasim" = ["py.typed"]

Expand Down
3 changes: 0 additions & 3 deletions python/ribasim_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ zip-safe = true
[tool.setuptools.dynamic]
version = { attr = "ribasim_api.__version__" }

[tool.setuptools.packages.find]
include = ["ribasim_api"]

[tool.setuptools.package-data]
"ribasim_api" = ["py.typed"]

Expand Down
3 changes: 0 additions & 3 deletions python/ribasim_testmodels/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ zip-safe = true
[tool.setuptools.dynamic]
version = { attr = "ribasim_testmodels.__version__" }

[tool.setuptools.packages.find]
include = ["ribasim_testmodels"]

[tool.setuptools.package-data]
"ribasim_testmodels" = ["py.typed"]

Expand Down

0 comments on commit ab90472

Please sign in to comment.