Skip to content

Commit 147bf30

Browse files
authored
fix: correct license classifier (#9)
1 parent e0ac1ff commit 147bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Operating System :: POSIX :: Linux",
2020
"Operating System :: Microsoft :: Windows",
2121
"Topic :: Software Development :: Libraries :: Python Modules",
22-
"License :: OSI Approved :: Apache Software License"
22+
"License :: OSI Approved :: MIT License"
2323
]
2424

2525
requires-python = ">=3.12"

0 commit comments

Comments
 (0)