Skip to content

Commit 6408f85

Browse files
toddrme2178twiecki
authored andcommitted
Include LICENSE file in wheels
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 ea9a9b7 commit 6408f85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# See the docstring in versioneer.py for instructions. Note that you must
2-
# re-run 'versioneer.py setup' after changing this section, and commit the
3-
# resulting files.
4-
51
[metadata]
62
description-file = README.md
3+
license_file = LICENSE
74

5+
# See the docstring in versioneer.py for instructions. Note that you must
6+
# re-run 'versioneer.py setup' after changing this section, and commit the
7+
# resulting files.
88
[versioneer]
99
VCS = git
1010
style = pep440
1111
versionfile_source = empyrical/_version.py
1212
versionfile_build = empyrical/_version.py
1313
tag_prefix = ""
14-
parentdir_prefix = empyrical-
14+
parentdir_prefix = empyrical-

0 commit comments

Comments
 (0)