We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a2ef0 commit f6ef98dCopy full SHA for f6ef98d
pyproject.toml
@@ -11,11 +11,10 @@ description = "Automatic model code generator for SQLAlchemy"
11
readme = "README.rst"
12
authors = [{name = "Alex Grönholm", email = "[email protected]"}]
13
keywords = ["sqlalchemy"]
14
-license = {text = "MIT"}
+license = "MIT"
15
classifiers = [
16
"Development Status :: 5 - Production/Stable",
17
"Intended Audience :: Developers",
18
- "License :: OSI Approved :: MIT License",
19
"Environment :: Console",
20
"Topic :: Database",
21
"Topic :: Software Development :: Code Generators",
0 commit comments