From 426ce24ffe918b3fb82876d9a4014e928320d2e6 Mon Sep 17 00:00:00 2001
From: Reza Housseini <reza@housseini.me>
Date: Tue, 15 Aug 2023 17:27:23 +0200
Subject: [PATCH] chore: bump project version

---
 pyproject.toml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 9634196..5066614 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,15 +1,19 @@
 [project]
 name = "slurm-submit"
-version = "0.1.0"
+version = "0.0.1"
 description = "A script for easy submission of slurm jobs on the cluster."
 authors = [
     {name = "Reza Housseini", email = "reza.housseini@ost.ch"},
 ]
 license = {text = "GPL-3.0-or-later"}
+dynamic = ["readme"]
 
 [project.scripts]
 ssubmit = 'slurm_submit.scripts.ssubmit:main'
 
 [build-system]
 requires = ["setuptools", "setuptools-scm"]
-build-backend = "setuptools.build_meta"
\ No newline at end of file
+build-backend = "setuptools.build_meta"
+
+[tool.setuptools.dynamic]
+readme = {file = ["README.org"], content-type = "text/plain"}
\ No newline at end of file
-- 
GitLab