Skip to content

Commit c9468d9

Browse files
committed
Include license files in built wheel
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 1332a4b commit c9468d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
universal = 1
33

44
[metadata]
5-
license_filea =
5+
license_files =
66
publicsuffix2.LICENSE
77
AUTHORS.rst
88
CHANGELOG.rst
99
README.rst
1010

1111
[aliases]
12-
release = clean --all sdist --formats=bztar,zip,gztar bdist_wheel register upload
12+
release = clean --all sdist bdist_wheel register upload
1313

1414
[tool:pytest]
1515
norecursedirs =

0 commit comments

Comments
 (0)