We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c960632 commit 4cfa827Copy full SHA for 4cfa827
pyproject.toml
@@ -54,5 +54,11 @@ pyink-indentation = 2
54
pyink-use-majority-quotes = true
55
56
[build-system]
57
-requires = ["flit_core >=3.5,<4"]
+requires = ["flit_core >=3.8,<4"]
58
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