diff --git a/pyproject.toml b/pyproject.toml index f877da4..75ed24a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "transformers (>=4.50.0,<5.0.0)", "waitress (>=3.0.2,<4.0.0)", ] +license = { file = "LICENSE" } [build-system]