Skip to content

Commit

Permalink
Merge pull request #18 from hamarituc/license
Browse files Browse the repository at this point in the history
Don't install LICENSE file in site-diretory
  • Loading branch information
gideonshaked authored Dec 21, 2024
2 parents 2f35fcd + 918e148 commit 12abf79
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 12abf79

Please sign in to comment.