diff --git a/cramjam-cli/LICENSE b/cramjam-cli/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/cramjam-cli/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/cramjam-cli/pyproject.toml b/cramjam-cli/pyproject.toml index da81003d..dab13604 100644 --- a/cramjam-cli/pyproject.toml +++ b/cramjam-cli/pyproject.toml @@ -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"