Skip to content

Commit d9b0cba

Browse files
toddrme2178richafrank
authored andcommitted
Include LICENSE file in wheels (#43)
Although not strictly required by the license, having a copy of the license file is preferred by some groups such as Linux distros that repackage the software. This makes sure the license is included in the wheels. See the wheel documentation [here](https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file) for more information.
1 parent 9ca1b86 commit d9b0cba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[metadata]
2+
license_file = LICENSE
3+
14
[nosetests]
25
verbosity=2
36
detailed-errors=1

0 commit comments

Comments
 (0)