Skip to content

Commit

Permalink
[chore] Refine metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Oct 12, 2024
1 parent 1024ede commit 1175f8d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "kotoha-python-linter"
description = "TODO write description or delete"
name = "flake8-kotoha"
description = "flake8 plugin to improve your type hints"
readme = "README.md"
requires-python = ">=3.9"
license = { text = "MIT License" }
authors = [{ name = "nikkie", email = "takuyafjp+develop@gmail.com" }]
keywords = ["TODO", "write", "keywords"]
keywords = ["flake8", "type hints"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
Expand All @@ -19,6 +19,9 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Framework :: Flake8",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
]
dependencies = ["flake8"]
dynamic = ["version"]
Expand Down

0 comments on commit 1175f8d

Please sign in to comment.