Skip to content

Commit f6ef98d

Browse files
authored
Switched to SPDX license classifiers (#418)
Specifying license information in PyPI classifiers has been deprecated.
1 parent c2a2ef0 commit f6ef98d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ description = "Automatic model code generator for SQLAlchemy"
1111
readme = "README.rst"
1212
authors = [{name = "Alex Grönholm", email = "[email protected]"}]
1313
keywords = ["sqlalchemy"]
14-
license = {text = "MIT"}
14+
license = "MIT"
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: MIT License",
1918
"Environment :: Console",
2019
"Topic :: Database",
2120
"Topic :: Software Development :: Code Generators",

0 commit comments

Comments
 (0)