Skip to content

Commit ce0efda

Browse files
committed
fix: only package what needs to be packaged
1 parent c8f6cee commit ce0efda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ docs = {requires-python = ">=3.9"}
4242
[tool.setuptools.dynamic]
4343
version = { attr = "confit.__version__" }
4444

45+
[tool.setuptools.packages]
46+
find = {where = ["."], include = ["confit"]}
47+
4548
[tool.interrogate]
4649
ignore-init-method = false
4750
ignore-init-module = false

0 commit comments

Comments
 (0)