Skip to content

Commit

Permalink
update pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImogenBits committed Oct 1, 2023
1 parent 766f837 commit 867a337
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ build-backend = "pdm.backend"

[project]
name = "algobattle-base"
version = "4.0.0rc3"
version = "4.0.0"
description = "The Algobattle lab course package."
readme = "README.md"
requires-python = ">=3.11"
license = {text = "MIT"}
authors = [{name = "Imogen Hergeth"}, {name = "Jan Dreier"}, {name = "Henri Lotze"}]
urls = {github = "https://github.com/Benezivas/algobattle"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand All @@ -28,6 +27,12 @@ dependencies = [
"tomlkit~=0.12.1",
"jinja2~=3.1.2",
]

[project.urls]
Homepage = "https://algobattle.org"
Documentation = "https://algobattle.org/docs"
Repository = "https://github.com/Benezivas/algobattle"

[project.optional-dependencies]
dev = [
"black~=23.7.0",
Expand Down

0 comments on commit 867a337

Please sign in to comment.