There was an error while loading. Please reload this page.
1 parent 68cfdb1 commit e1b091bCopy full SHA for e1b091b
1 file changed
pyproject.toml
@@ -64,6 +64,9 @@ features = ["extension-module"]
64
# These only need to be in the sdist; they're build-time
65
# tooling, not runtime code.
66
include = [
67
+ { path = ".gitignore", format = "sdist" },
68
+ { path = "LICENSE", format = "sdist" },
69
+ { path = "NOTICE", format = "sdist" },
70
"src/openjd/model/_version.py",
71
{ path = "_build_backend.py", format = "sdist" },
72
{ path = "scripts/generate_version.py", format = "sdist" },
0 commit comments