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 d1f85c8 commit 77b1c0bCopy full SHA for 77b1c0b
pyproject.toml
@@ -65,14 +65,15 @@ license = { text = "Apache-2.0" }
65
classifiers = [
66
"License :: OSI Approved :: Apache Software License",
67
"Intended Audience :: Developers",
68
- "Programming Language :: Python :: 3.12",
69
- "Programming Language :: Python :: 3.13",
70
"Topic :: Software Development",
71
"Development Status :: 4 - Beta",
72
"Environment :: MacOS X",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
73
"Programming Language :: Python :: 3",
74
"Programming Language :: Python",
75
]
76
+authors = [{ name = "Codegen Team", email = "[email protected]" }]
77
78
[project.scripts]
79
codegen = "codegen.cli.cli:main"
0 commit comments