Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13bc11a

Browse filesBrowse files
committed
build(pyproject.toml): fix license metadata
1 parent 58eecdc commit 13bc11a
Copy full SHA for 13bc11a

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainers = [
77
{ name = "Wei Lee", email = "weilee.rx@gmail.com" },
88
{ name = "Axel H.", email = "noirbizarre@gmail.com" },
99
]
10-
license = { text = "LICENSE" }
10+
license = { file = "LICENSE" }
1111
readme = "docs/README.md"
1212
requires-python = ">=3.9,<4.0"
1313
dependencies = [
@@ -42,6 +42,7 @@ classifiers = [
4242
"Programming Language :: Python :: 3.12",
4343
"Programming Language :: Python :: 3.13",
4444
"Programming Language :: Python :: Implementation :: CPython",
45+
"License :: OSI Approved :: MIT License",
4546
]
4647

4748
[project.urls]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.