Skip to content

Commit

Permalink
Fix missing license file in the Python sdist and bdist/wheel (#124)
Browse files Browse the repository at this point in the history
* Fix missing license file in the Python sdist

* Fix missing license file in the Python bdist/wheel

https://packaging.python.org/en/latest/specifications/pyproject-toml/#license
  • Loading branch information
musicinmybrain authored Jan 8, 2024
1 parent 0f48f95 commit 760cdce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cramjam-python/LICENSE
1 change: 1 addition & 0 deletions cramjam-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "cramjam"
keywords = ["compression", "decompression", "snappy", "zstd", "bz2", "gzip", "lz4", "brotli", "deflate"]
requires-python = ">=3.7"
license = { file = "LICENSE" }

[project.urls]
homepage = "https://github.com/milesgranger/pyrus-cramjam"
Expand Down

0 comments on commit 760cdce

Please sign in to comment.