Skip to content

Commit

Permalink
Fix missing LICENSE file in cramjam-cli (#137)
Browse files Browse the repository at this point in the history
Add a symbolic link to the top-level license file, and configure maturin
to include it (dereferenced, as a regular file) in sdists and
bdists/wheels.
  • Loading branch information
musicinmybrain authored Feb 16, 2024
1 parent 496c1ab commit 8aaf514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cramjam-cli/LICENSE
1 change: 1 addition & 0 deletions cramjam-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "cramjam-cli"
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 8aaf514

Please sign in to comment.