Skip to content

Commit f74a186

Browse files
agronholmFuyukai
authored andcommitted
Fixed package discovery
1 parent 3b82136 commit f74a186

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ dynamic = ["version"]
3232
[tool.setuptools.dynamic]
3333
version = {attr = "sniffio._version.__version__"}
3434

35+
[tool.setuptools.packages.find]
36+
include = ["sniffio*"]
37+
namespaces = false
38+
3539
[tool.towncrier]
3640
package = "sniffio"
3741
filename = "docs/source/history.rst"

0 commit comments

Comments
 (0)