chore: add license to pyproject.toml

Refs: OPS-92
This commit is contained in:
Christoph J. Scherr 2025-03-27 16:19:24 +01:00
parent 34b5e8339e
commit 6ed24ae2aa
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -21,6 +21,7 @@ dependencies = [
"transformers (>=4.50.0,<5.0.0)", "transformers (>=4.50.0,<5.0.0)",
"waitress (>=3.0.2,<4.0.0)", "waitress (>=3.0.2,<4.0.0)",
] ]
license = { file = "LICENSE" }
[build-system] [build-system]