diff --git a/pyproject.toml b/pyproject.toml
index bcc765d3d30931f13c357cf8d7a4971f17e33c08..f2f6befe2697eecd9b6eaac279a47bb3190904a2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = 'scikit-multimodallearn'
-dynamic = ["version", "dependencies"]
+dynamic = ["version", "dependencies", "license"]
 requires-python = '>=3.6'
 
 readme = {file = "README.rst", content-type = "text/x-rst"}