Skip to content

Commit 1175f8d

Browse files
committed
[chore] Refine metadata
1 parent 1024ede commit 1175f8d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ requires = ["setuptools"]
33
build-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"
88
readme = "README.md"
99
requires-python = ">=3.9"
1010
license = { text = "MIT License" }
1111
authors = [{ name = "nikkie", email = "[email protected]" }]
12-
keywords = ["TODO", "write", "keywords"]
12+
keywords = ["flake8", "type hints"]
1313
classifiers = [
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
]
2326
dependencies = ["flake8"]
2427
dynamic = ["version"]

0 commit comments

Comments
 (0)