We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9778a8 commit b324febCopy full SHA for b324feb
1 file changed
pyproject.toml
@@ -129,10 +129,13 @@ publishing = [
129
"instamatic.autoconfig" = "instamatic.config.autoconfig:main"
130
131
[tool.setuptools]
132
-packages = ["instamatic"]
133
package-dir = {"" = "src"}
134
include-package-data = true
135
+[tool.setuptools.packages.find]
136
+where = ["src"]
137
+include = ["instamatic*"]
138
+
139
[tool.ruff]
140
target-version = 'py39'
141
line-length = 96
0 commit comments