diff --git a/pyproject.toml b/pyproject.toml index fe0da3d..2d4f442 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,10 +13,13 @@ authors = [ ] requires-python = ">=3.12" classifiers = [ + "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: Implementation :: CPython", + "Typing :: Typed", ] dependencies = [ "ghtoken>=0.1.2",