Skip to content

Commit

Permalink
add license file to sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Mar 5, 2023
1 parent aeba6ce commit e0e22dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ include = [
{ path = "Cargo.*", format = ["sdist"] },
{ path = "tests/**/*", format = ["sdist"] },
{ path = "CITATION.cff", format = ["sdist", "wheel"] },
{ path = "LICENSE", format = ["sdist"] },
]
exclude = [
{ path = "**/__pycache__/*", format = ["sdist", "wheel"] },
Expand Down

0 comments on commit e0e22dd

Please sign in to comment.