Skip to content

Commit f710abe

Browse files
committed
fix: license in pyproject
1 parent 6e7e5aa commit f710abe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "diffusers-dmse"
77
version = "0.1.0"
88
description = "MSE-optimal diffusion model scheduler (DMSE) for the HuggingFace diffusers library"
99
readme = "README.md"
10-
license = { file = "LICENSE" }
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
requires-python = ">=3.10,<3.13"
1213
dependencies = [
1314
"diffusers>=0.20.0",
@@ -16,7 +17,6 @@ dependencies = [
1617
keywords = ["diffusion models", "denoising", "MSE", "scheduler", "diffusers"]
1718
classifiers = [
1819
"Programming Language :: Python :: 3",
19-
"License :: OSI Approved :: MIT License",
2020
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2121
]
2222

0 commit comments

Comments
 (0)