Skip to content

Commit 8fbfcd9

Browse files
committed
src layout
1 parent 3824432 commit 8fbfcd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+5
-71
lines changed

aiopenapi3/models/epoch.py

Lines changed: 0 additions & 63 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,14 @@ requires = ["setuptools>=61", "wheel"]
6464
build-backend = "setuptools.build_meta"
6565

6666
[tool.setuptools]
67-
packages = [
68-
"aiopenapi3",
69-
"aiopenapi3.v20",
70-
"aiopenapi3.v30",
71-
"aiopenapi3.v31",
72-
"aiopenapi3.extra"
73-
]
74-
7567
# https://github.com/astral-sh/uv/issues/9513#issuecomment-2519527822
7668
license-files = []
7769

70+
[tool.setuptools.packages.find]
71+
where = ["src"]
72+
include = ["aiopenapi3*"]
73+
namespaces = false
74+
7875
[tool.setuptools.dynamic]
7976
version = {attr = "aiopenapi3.version.__version__"}
8077

File renamed without changes.

0 commit comments

Comments
 (0)