Skip to content

Commit e1b091b

Browse files
authored
chore: including missing LICENSE and NOTICE files in sdist (#295)
Signed-off-by: Jericho Tolentino <68654047+jericht@users.noreply.github.com>
1 parent 68cfdb1 commit e1b091b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ features = ["extension-module"]
6464
# These only need to be in the sdist; they're build-time
6565
# tooling, not runtime code.
6666
include = [
67+
{ path = ".gitignore", format = "sdist" },
68+
{ path = "LICENSE", format = "sdist" },
69+
{ path = "NOTICE", format = "sdist" },
6770
"src/openjd/model/_version.py",
6871
{ path = "_build_backend.py", format = "sdist" },
6972
{ path = "scripts/generate_version.py", format = "sdist" },

0 commit comments

Comments
 (0)