Skip to content

Commit b260a95

Browse files
committed
Fix pyproject.toml
1 parent 2753406 commit b260a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ classifiers = [
3636
]
3737

3838
[tool.setuptools]
39-
packages = ["rest_models", "rest_models.backend"]
39+
packages = ["rest_models", "rest_models.backend", "rest_models.backend.exec"]
4040

4141
[tool.setuptools.dynamic]
42-
version = { attr = "rest_models.__version__" }
42+
version = { attr = "rest_models.__VERSION__" }
4343

4444
[tool.coverage.run]
4545
omit = ["docs"]

0 commit comments

Comments
 (0)