Skip to content

Commit

Permalink
Fix missing license file in the Python bdist/wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Jan 8, 2024
1 parent 15a9760 commit ba98b50
Showing 1 changed file with 1 addition and 0 deletions.
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 ba98b50

Please sign in to comment.