diff --git a/README.md b/README.md
index 2ed508293..e7c549280 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
+
+
+[](https://github.com/huggingface/lighteval/actions/workflows/tests.yaml?query=branch%3Amain)
+[](https://github.com/huggingface/lighteval/actions/workflows/quality.yaml?query=branch%3Amain)
+[](https://www.python.org/downloads/)
+[](https://github.com/huggingface/lighteval/blob/main/LICENSE)
+[](https://pypi.org/project/lighteval/)
+[](https://pypi.org/project/lighteval/)
+
+
+
# LightEval 🌤️
A lightweight framework for LLM evaluation
diff --git a/pyproject.toml b/pyproject.toml
index 8adc9aa5f..986982b0f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -45,7 +45,9 @@ readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT License"}
classifiers = [
- "Programming Language :: Python :: 3",
+ "Development Status :: 3 - Alpha",
+ "Intended Audience :: Developers",
+ "Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]