Skip to content

Commit 4cfa827

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Exclude files from PyPI release
PiperOrigin-RevId: 516496220
1 parent c960632 commit 4cfa827

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,11 @@ pyink-indentation = 2
5454
pyink-use-majority-quotes = true
5555

5656
[build-system]
57-
requires = ["flit_core >=3.5,<4"]
57+
requires = ["flit_core >=3.8,<4"]
5858
build-backend = "flit_core.buildapi"
59+
60+
[tool.flit.sdist]
61+
exclude = [
62+
# Do not release tests files on PyPI
63+
"**/*_test.py",
64+
]

0 commit comments

Comments
 (0)