Skip to content

Commit 860101d

Browse files
committed
Add exclude_package_data in pyproject.toml
1 parent c64e5fa commit 860101d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5+
MANIFEST.in
56

67
# Builds
78
docs/_build/

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ requires = ["pdm-backend"]
5050
build-backend = "pdm.backend"
5151

5252
[tool.pdm]
53+
54+
[tool.setuptools.package-data]
55+
exclude = [
56+
"website",
57+
"**/notebooks",
58+
]

0 commit comments

Comments
 (0)