diff --git a/pyproject.toml b/pyproject.toml
index 5d829ae1450bbc80975b11cb746b39ab511932fb..764ab68dbd7838b3b8e4d2a861147f1c9be545e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,13 @@
+[project]
+name = "bayesvalidrox"
+version = "1.1.0"
+require-python = ">=3.9"
+classifiers = [
+    "Programming Language :: Python :: 3",
+    "License :: OSI Approved :: MIT License",
+    "Operating System :: OS Independent",
+]
+
 [build-system]
 requires = [
    "setuptools >= 40.6.0",
@@ -8,4 +18,8 @@ build-backend = "setuptools.build_meta"
 [tool.pytest.ini_options]
 pythonpath = [
   ".", "src",
-]
\ No newline at end of file
+]
+
+[project.urls]
+Homepage = "https://pages.iws.uni-stuttgart.de/inversemodeling/bayesvalidrox"
+Source = "https://git.iws.uni-stuttgart.de/inversemodeling/bayesvalidrox"
\ No newline at end of file