Add license metadata to pyproject.toml

This commit is contained in:
filipstrand 2024-09-23 23:46:23 +02:00
parent 59aafae7a1
commit 8bcf0d7602

View File

@ -10,6 +10,7 @@ readme = "README.md"
keywords = ["diffusers", "flux", "mlx"]
authors = [{ name = "Filip Strand", email = "strand.filip@gmail.com" }]
maintainers = [{ name = "Filip Strand", email = "strand.filip@gmail.com" }]
license = { file = "LICENSE" }
requires-python = ">=3.10"
dependencies = [
"huggingface-hub>=0.24.5,<1.0",