diff --git a/pyproject.toml b/pyproject.toml index d8f4619..3b0d1c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "pkglite" version = "0.1.0" -description = "pkglite for Python" +description = "A simple framework for packing source packages written in any programming language into a text file and restoring them into the original directory structure" authors = [ { name = "Nan Xiao", email = "nan.xiao1@msd.com" } ]