Add license metadata to pyproject.toml
This commit is contained in:
parent
59aafae7a1
commit
8bcf0d7602
@ -10,6 +10,7 @@ readme = "README.md"
|
|||||||
keywords = ["diffusers", "flux", "mlx"]
|
keywords = ["diffusers", "flux", "mlx"]
|
||||||
authors = [{ name = "Filip Strand", email = "strand.filip@gmail.com" }]
|
authors = [{ name = "Filip Strand", email = "strand.filip@gmail.com" }]
|
||||||
maintainers = [{ name = "Filip Strand", email = "strand.filip@gmail.com" }]
|
maintainers = [{ name = "Filip Strand", email = "strand.filip@gmail.com" }]
|
||||||
|
license = { file = "LICENSE" }
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"huggingface-hub>=0.24.5,<1.0",
|
"huggingface-hub>=0.24.5,<1.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user