diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef1043..d6be515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Features * Support `whl2conda convert --python` override. +* Added one-line description to whl2conda package ## [24.1.1] - 2024-1-15 diff --git a/pyproject.toml b/pyproject.toml index 9390730..262fb0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "whl2conda" -summary = "build conda packages directly from pure python wheels" +description = "Build conda packages directly from pure python wheels" readme = "README.md" dynamic = ["version"] license = "Apache-2.0"