Skip to content

Commit

Permalink
Include LICENSE.md in sdist tarball (#598)
Browse files Browse the repository at this point in the history
* Include LICENSE.md in sdist tarball

* Include license in wheel

* MANIFEST.in is not needed
  • Loading branch information
xhochy committed Oct 28, 2022
1 parent 0a8e4b2 commit 1b9b68d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[metadata]
# This includes the license file(s) in the wheel.
license_files = LICENSE.md

[flake8]
max-line-length = 120
exclude = docs/src, build, dist
Expand Down

0 comments on commit 1b9b68d

Please sign in to comment.