Skip to content

Commit

Permalink
Don't install LICENSE file in site-diretory
Browse files Browse the repository at this point in the history
  • Loading branch information
hamarituc committed Dec 19, 2024
1 parent 2f35fcd commit 918e148
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Natural Language :: English"
]
include = ["LICENSE"]
include = [
{path = "LICENSE", format = "sdist"}
]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 918e148

Please sign in to comment.