diff --git a/README.md b/README.md
index 7874649d..5347f3b6 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Dreadnode Strikes SDK
-
+
diff --git a/pyproject.toml b/pyproject.toml
index b494f6ac..7f0b0dd0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,6 +6,15 @@ authors = [{ name = "Nick Landers", email = "monoxgas@gmail.com" }]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10,<3.14"
+classifiers = [
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
+ "License :: OSI Approved :: Apache Software License",
+ "Operating System :: OS Independent",
+]
dependencies = [
"pydantic>=2.9.2,<3.0.0",