Skip to content

Commit

Permalink
fix(wheel): don't distribute top-level LICENSE file
Browse files Browse the repository at this point in the history
This file lands in `lib/python3.11/site-packages/LICENSE` which is too generic. The package info folder already has its license there. No need to re-include it.

If not fixed, it collides with the same file provided by i.e. corallium. See KyleKing/corallium#7 for that matter.

@moduon MT-1075
  • Loading branch information
yajo authored Jul 5, 2024
1 parent 60f99f0 commit a608e2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ classifiers = [
] # https://pypi.org/classifiers/
description = "Test copier templates"
documentation = "https://copier-template-tester.kyleking.me"
include = ["LICENSE"]
keywords = ["calcipy_template"]
license = "MIT"
maintainers = []
Expand Down

0 comments on commit a608e2b

Please sign in to comment.