Skip to content

Commit 453704f

Browse files
refactor: convert project structure to src/
1 parent 3068867 commit 453704f

Some content is hidden

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

51 files changed

+53
-85
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -70,36 +70,4 @@ build-backend = "uv_build"
7070

7171
[tool.uv.build-backend]
7272
module-name = "afterpython"
73-
module-root = ""
74-
source-exclude = [
75-
"afterpython/doc",
76-
"afterpython/blog",
77-
"afterpython/tutorial",
78-
"afterpython/example",
79-
"afterpython/guide",
80-
"afterpython/static",
81-
"afterpython/_website",
82-
"afterpython/_build",
83-
"afterpython/cz.toml",
84-
"afterpython/.pre-commit-config.yaml",
85-
"afterpython/ruff.toml",
86-
"afterpython/afterpython.toml",
87-
"afterpython/authors.yml",
88-
"afterpython/faq.yml",
89-
]
90-
wheel-exclude = [
91-
"afterpython/doc",
92-
"afterpython/blog",
93-
"afterpython/tutorial",
94-
"afterpython/example",
95-
"afterpython/guide",
96-
"afterpython/static",
97-
"afterpython/_website",
98-
"afterpython/_build",
99-
"afterpython/cz.toml",
100-
"afterpython/.pre-commit-config.yaml",
101-
"afterpython/ruff.toml",
102-
"afterpython/afterpython.toml",
103-
"afterpython/authors.yml",
104-
"afterpython/faq.yml",
105-
]
73+
module-root = "src"

0 commit comments

Comments
 (0)