Skip to content

Commit

Permalink
Add license metadata to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
filipstrand committed Sep 23, 2024
1 parent 59aafae commit 8bcf0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8bcf0d7

Please sign in to comment.