File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ requires = ["setuptools"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " kotoha-python-linter "
7- description = " TODO write description or delete "
6+ name = " flake8-kotoha "
7+ description = " flake8 plugin to improve your type hints "
88readme = " README.md"
99requires-python = " >=3.9"
1010license = { text = " MIT License" }
1111authors = [{
name =
" nikkie" ,
email =
" [email protected] " }]
12- keywords = [" TODO " , " write " , " keywords " ]
12+ keywords = [" flake8 " , " type hints " ]
1313classifiers = [
1414 " License :: OSI Approved :: MIT License" ,
1515 " Programming Language :: Python" ,
@@ -19,6 +19,9 @@ classifiers = [
1919 " Programming Language :: Python :: 3.10" ,
2020 " Programming Language :: Python :: 3.11" ,
2121 " Programming Language :: Python :: 3.12" ,
22+ " Framework :: Flake8" ,
23+ " Topic :: Software Development :: Libraries :: Python Modules" ,
24+ " Topic :: Software Development :: Quality Assurance" ,
2225]
2326dependencies = [" flake8" ]
2427dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments