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 104c700 commit e57ca8eCopy full SHA for e57ca8e
1 file changed
pyproject.toml
@@ -68,7 +68,9 @@ maturin = ">=1.0,<2.0"
68
module-name = "pendulum._pendulum"
69
features = ["pyo3/extension-module"]
70
python-packages = ["pendulum"]
71
-
+include = [
72
+ { path = "LICENSE", format = "sdist" },
73
+]
74
[tool.ruff]
75
fix = true
76
line-length = 88
0 commit comments