diff --git a/pyproject.toml b/pyproject.toml index f210a0c..7dcf3a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,15 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dynamic = ["version"] +dynamic = [ + "authors", + "description", + "keywords", + "license", + "readme", + "urls", + "version", +] [tool.maturin]