summaryrefslogtreecommitdiff
diff options
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9bccb0a2..99f55cb8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,6 +44,9 @@ documentation = "https://stripe.com/docs/api/?lang=python"
requires = ["flit_core >=3.11, <4"]
build-backend = "flit_core.buildapi"
+[tool.flit.sdist]
+include = ["tests/", "justfile", "examples/", "CHANGELOG.md", "deps/"]
+
[tool.ruff]
# same as our black config
line-length = 79