Skip to content

Commit 3331ef3

Browse files
committed
Fixed package discovery
1 parent 75f37f1 commit 3331ef3

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)