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"]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[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 "
8
8
readme = " README.md"
9
9
requires-python = " >=3.9"
10
10
license = { text = " MIT License" }
11
11
authors = [{
name =
" nikkie" ,
email =
" [email protected] " }]
12
- keywords = [" TODO " , " write " , " keywords " ]
12
+ keywords = [" flake8 " , " type hints " ]
13
13
classifiers = [
14
14
" License :: OSI Approved :: MIT License" ,
15
15
" Programming Language :: Python" ,
@@ -19,6 +19,9 @@ classifiers = [
19
19
" Programming Language :: Python :: 3.10" ,
20
20
" Programming Language :: Python :: 3.11" ,
21
21
" Programming Language :: Python :: 3.12" ,
22
+ " Framework :: Flake8" ,
23
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
24
+ " Topic :: Software Development :: Quality Assurance" ,
22
25
]
23
26
dependencies = [" flake8" ]
24
27
dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments