1diff --git a/pyproject.toml b/pyproject.toml 2index dc396ba..d12ba41 100644 3--- a/pyproject.toml 4+++ b/pyproject.toml 5@@ -18,4 +18,5 @@ classifiers = [ 6 "License :: OSI Approved :: MIT License", 7 "Operating System :: OS Independent", 8 ] 9+dynamic = ["license", "dependencies"] 10 11 [project.urls]