@@ -63,18 +63,43 @@ dependencies = [
6363
6464license = { text = " Apache-2.0" }
6565classifiers = [
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]
7689authors = [{
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 ]
79104codegen = " codegen.cli.cli:main"
80105
0 commit comments