diff --git a/README.md b/README.md index 95a885a..a502bd9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # apngasm-python -A nanobind API for [apngasm](https://github.com/apngasm/apngasm), a tool/library for -APNG assembly/disassembly. +A nanobind API for [apngasm](https://github.com/apngasm/apngasm), which is a +tool/library for APNG assembly & disassembly with compression support. apngasm is originally a CLI program for quickly assembling PNG images into animated PNG (APNG). It also supports creating compressed APNG. diff --git a/pyproject.toml b/pyproject.toml index ae6b8c4..8cd7ab5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] # Project metadata name = "apngasm-python" -description = "A nanobind API for apngasm, a tool/library for APNG assembly/disassembly." +description = "A nanobind python API for apngasm, a tool/library for APNG assembly & disassembly with compression support." requires-python = ">=3.8" readme = "README.md" license = { "file" = "LICENSE" }