diff --git a/README.md b/README.md
index 9d806e2..4f786b6 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,12 @@
[![Python Version](https://img.shields.io/pypi/pyversions/spatium?label=Python)](https://pypi.org/project/spatium)
![Language](https://img.shields.io/badge/Language-Cython-FEDF5B)
-![Python Implementation](https://img.shields.io/badge/Impl-Cython_|_PyPy-blue)
+![Python Implementation](https://img.shields.io/pypi/implementation/spatium?label=Implementation)
[![Codegen](https://github.com/shBLOCK/spatium/actions/workflows/codegen.yml/badge.svg)](https://github.com/shBLOCK/spatium/actions/workflows/codegen.yml)
[![Tests](https://github.com/shBLOCK/spatium/actions/workflows/tests.yml/badge.svg)](https://github.com/shBLOCK/spatium/actions/workflows/tests.yml)
[![Release](https://github.com/shBLOCK/spatium/actions/workflows/release.yml/badge.svg)](https://github.com/shBLOCK/spatium/actions/workflows/release.yml)
+[![Benchmark](https://github.com/shBLOCK/spatium/actions/workflows/benchmark.yml/badge.svg)](https://github.com/shBLOCK/spatium/actions/workflows/benchmark.yml)
## ⚙️Main features
- Fast Pure Cython Implementation
diff --git a/pyproject.toml b/pyproject.toml
index 41bbd38..58caf5b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,16 +28,24 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
- "Topic :: Software Development :: Libraries :: Python Modules",
- "License :: OSI Approved :: MIT License",
+ "Programming Language :: Python :: Implementation :: CPython",
+ "Programming Language :: Python :: Implementation :: PyPy",
+ "Typing :: Typed",
+ "Operating System :: OS Independent",
+ "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Intended Audience :: Developers",
+ "Intended Audience :: Science/Research",
+ "Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Mathematics",
- "Topic :: Software Development :: Libraries",
+ "Topic :: Software Development :: Libraries :: Python Modules",
+ "Topic :: Software Development :: Code Generators",
+ "Topic :: Games/Entertainment",
+ "Topic :: Multimedia :: Graphics",
]
[project.urls]
-"Documentation" = "https://github.com/shBLOCK/spatium/wiki"
"Source" = "https://github.com/shBLOCK/spatium"
+"Documentation" = "https://github.com/shBLOCK/spatium/wiki"
"Issue Tracker" = "https://github.com/shBLOCK/spatium/issues"
[tool.cython]