Skip to content

Commit 8c0486d

Browse files
fix(pyproject): add license and license-files
1 parent 55bd137 commit 8c0486d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[project]
2+
license = "MIT"
3+
license-files = [
4+
"LICENSE.txt",
5+
]
6+
17
[tool.black]
28
line-length = 99
39
target-version = ['py39']

0 commit comments

Comments
 (0)