Skip to content

Commit 9b218e6

Browse files
authored
Merge pull request #31 from PerfectoCode/INIT_CONFIG_MODULE
Initialize config module and include tools subpackages
2 parents 7e0dab3 + 7ab5fb1 commit 9b218e6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

config/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Config package

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev = [
3131

3232
[tool.setuptools.packages.find]
3333
where = ["."]
34-
include = ["tools", "config", "models", "formatters", "resources"]
34+
include = ["tools*", "config", "models", "formatters", "resources"]
3535

3636
[tool.setuptools.package-data]
3737
"resources" = ["*.png"]

0 commit comments

Comments
 (0)