Skip to content

Commit

Permalink
Add license_file entry
Browse files Browse the repository at this point in the history
This will bundle `LICENSE` file when building sdist and wheels, which in turn is required by conda-forge (see conda-forge/sound_field_analysis-feedstock#9)
  • Loading branch information
chohner authored Mar 11, 2021
1 parent 9d3686a commit 58c7c1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
.readlines()[-1]
.split()[-1]
.strip("\"'"),
license="GPLv3",
license="MIT",
license_file="LICENSE",
description="Analyze, visualize and process sound field data recorded by "
"spherical microphone arrays.",
long_description=open("README.rst", mode="r", encoding="utf-8").read(),
Expand Down

0 comments on commit 58c7c1f

Please sign in to comment.