Skip to content

Commit 77b1c0b

Browse files
committed
Adjust metadata
1 parent d1f85c8 commit 77b1c0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,15 @@ license = { text = "Apache-2.0" }
6565
classifiers = [
6666
"License :: OSI Approved :: Apache Software License",
6767
"Intended Audience :: Developers",
68-
"Programming Language :: Python :: 3.12",
69-
"Programming Language :: Python :: 3.13",
7068
"Topic :: Software Development",
7169
"Development Status :: 4 - Beta",
7270
"Environment :: MacOS X",
71+
"Programming Language :: Python :: 3.12",
72+
"Programming Language :: Python :: 3.13",
7373
"Programming Language :: Python :: 3",
7474
"Programming Language :: Python",
7575
]
76+
authors = [{ name = "Codegen Team", email = "[email protected]" }]
7677

7778
[project.scripts]
7879
codegen = "codegen.cli.cli:main"

0 commit comments

Comments
 (0)