Skip to content

Commit c0351ea

Browse files
committed
Update pyproject.toml
1 parent 25b2105 commit c0351ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "pyanime4k"
77
version = "3.0.0"
8-
license = "MIT"
8+
license = license = {text = "MIT", file = "LICENSE"}
99
requires-python = ">=3.8"
10+
readme = "README.md"
1011

1112
[tool.cibuildwheel]
1213
skip = ["pp*", "*win32", "*i686", "*musllinux*"]

0 commit comments

Comments
 (0)