Skip to content
Snippets Groups Projects
Verified Commit 426ce24f authored by Reza Housseini's avatar Reza Housseini
Browse files

chore: bump project version

parent d22b3666
No related branches found
No related tags found
No related merge requests found
[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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment