Skip to content

Commit b24b2c1

Browse files
committed
GEOPY-1566: add license files to both sdist and wheel
1 parent be39c23 commit b24b2c1

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ packages = [
3737
exclude = ["tests*", "examples*", "tutorials*"]
3838

3939
include = [
40-
"COPYING",
41-
"COPYING.LESSER",
42-
"LICENSE",
43-
"README.rst",
44-
"THIRD_PARTY_SOFTWARE.rst",
40+
{ path = "COPYING", format = ["sdist", "wheel"] },
41+
{ path = "COPYING.LESSER", format = ["sdist", "wheel"] },
42+
{ path = "LICENSE", format = ["sdist", "wheel"] },
43+
{ path = "README.rst", format = ["sdist", "wheel"] },
44+
{ path = "THIRD_PARTY_SOFTWARE.rst", format = ["sdist", "wheel"] },
45+
{ path = "docs/**/THIRD_PARTY_SOFTWARE.rst", format = ["sdist", "wheel"] },
4546
]
4647

4748
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)