Skip to content

Commit ca8f4c7

Browse files
committed
Include all license files in distributions
Without this patch, `THIRD_PARTY_LICENSES.md` was not being included in the distribution files built by `setup.py`. References: * https://packaging.python.org/en/latest/guides/using-manifest-in/ Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 3392984 commit ca8f4c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ classifiers =
1313
License :: OSI Approved :: Apache Software License
1414
Operating System :: OS Independent
1515
Programming Language :: Python :: 3
16+
license_files =
17+
LICENSE
18+
THIRD_PARTY_LICENSES.md
1619

1720
[options]
1821
include_package_data = true

0 commit comments

Comments
 (0)