Skip to content

Commit e57ca8e

Browse files
authored
Include missing file in the sdist (#895)
1 parent 104c700 commit e57ca8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ maturin = ">=1.0,<2.0"
6868
module-name = "pendulum._pendulum"
6969
features = ["pyo3/extension-module"]
7070
python-packages = ["pendulum"]
71-
71+
include = [
72+
{ path = "LICENSE", format = "sdist" },
73+
]
7274
[tool.ruff]
7375
fix = true
7476
line-length = 88

0 commit comments

Comments
 (0)