mirror of
https://github.com/Stability-AI/generative-models.git
synced 2025-12-18 22:04:20 +01:00
Fix license-files setting for project (#71)
This commit is contained in:
@@ -7,7 +7,7 @@ name = "sgm"
|
|||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "Stability Generative Models"
|
description = "Stability Generative Models"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license-files = { paths = ["LICENSE"] }
|
license-files = { paths = ["LICENSE-CODE"] }
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user