From eee6109680ffa950eac1ad7c0bdae5c74ff903dc Mon Sep 17 00:00:00 2001
From: kohlhaasrebecca <rebecca.kohlhaas@outlook.com>
Date: Thu, 18 Jul 2024 22:31:24 +0200
Subject: [PATCH] Update pyproject.toml

---
 pyproject.toml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 5d829ae14..764ab68db 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
-- 
GitLab