Skip to content

Commit 63da7b8

Browse files
committed
fix: update license format in pyproject.toml
1 parent 9d47f30 commit 63da7b8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ exclude = ["tests", "tests.*"]
2929
[tool.setuptools]
3030
# this package will read some included files in runtime, avoid installing it as .zip
3131
zip-safe = false
32+
license-files = ["LICENSE"]
3233

3334
[project]
3435
dynamic = ["version"]
@@ -39,8 +40,8 @@ authors = [{ name = "Chin-Yun Yu", email = "chin-yun.yu@qmul.ac.uk" }]
3940
maintainers = [{ name = "Chin-Yun Yu", email = "chin-yun.yu@qmul.ac.uk" }]
4041
description = "Fast, efficient, and differentiable time-varying LPC filtering in PyTorch."
4142
readme = "README.md"
42-
license = "MIT"
43-
license-files = ["LICENSE"]
43+
license = { text = "MIT" }
44+
4445
classifiers = [
4546
"Development Status :: 3 - Alpha",
4647
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)