Skip to content

Commit 6aa4f66

Browse files
committed
Add keywords and classifiers
1 parent 77b1c0b commit 6aa4f66

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

pyproject.toml

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,43 @@ dependencies = [
6363

6464
license = { text = "Apache-2.0" }
6565
classifiers = [
66-
"License :: OSI Approved :: Apache Software License",
67-
"Intended Audience :: Developers",
68-
"Topic :: Software Development",
6966
"Development Status :: 4 - Beta",
67+
68+
"Environment :: Console",
7069
"Environment :: MacOS X",
70+
71+
"Intended Audience :: Developers",
72+
"Intended Audience :: Information Technology",
73+
74+
"License :: OSI Approved",
75+
"License :: OSI Approved :: Apache Software License",
76+
77+
"Operating System :: OS Independent",
78+
79+
"Programming Language :: Python",
80+
"Programming Language :: Python :: 3",
7181
"Programming Language :: Python :: 3.12",
7282
"Programming Language :: Python :: 3.13",
73-
"Programming Language :: Python :: 3",
74-
"Programming Language :: Python",
83+
84+
"Topic :: Software Development",
85+
"Topic :: Software Development :: Libraries :: Python Modules",
86+
"Topic :: Software Development :: Code Generators",
87+
"Topic :: Software Development :: Libraries",
7588
]
7689
authors = [{ name = "Codegen Team", email = "[email protected]" }]
77-
90+
keywords = [
91+
"codegen",
92+
"codebase",
93+
"codebase manipulation",
94+
"codebase analysis",
95+
"codebase transformation",
96+
"refactoring",
97+
"code generation",
98+
"code generation",
99+
"codebase analysis",
100+
"codebase transformation",
101+
"refactoring",
102+
]
78103
[project.scripts]
79104
codegen = "codegen.cli.cli:main"
80105

0 commit comments

Comments
 (0)