diff --git a/pyproject.toml b/pyproject.toml index a3274e2..d45e6c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,9 @@ name = "py-serializable" version = "0.16.0" description = "Library for serializing and deserializing Python Objects to and from JSON and XML." authors = ["Paul Horton "] -maintainers = ["Jan Kowalleck "] +maintainers = [ + "Jan Kowalleck ", +] license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/madpah/serializable"