-
-
Notifications
You must be signed in to change notification settings - Fork 444
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Describe the bug
examples directory gets installed in site-packages.
To Reproduce
Build the wheel.
Expected behaviour
Well… examples are not installed.
Additional context
My patch
--- pyproject.toml.orig 2025-12-22 09:00:06.415451379 +0000
+++ pyproject.toml
@@ -101,6 +101,7 @@ path = "tortoise/__init__.py"
excludes = [
"./**/.git",
"./**/.*_cache",
+ "examples",
]
include = [
"CHANGELOG.rst",
waketzheng
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers