Skip to content

Commit

Permalink
docs: Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
i13e committed Dec 27, 2024
1 parent 080aea5 commit 1a64920
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ osmanthus = ["performance.bin"]
name = "osmanthus"
version = "0.1.2"
description = "An algorithmic chess engine, written in Python."
authors = [{name = "Ian Breckenridge", email = "i13e@i13e.org"}]
authors = [{name = "Ian Breckenridge"}]
readme = "README.md"
requires-python = ">=3.9"
license = {text = "GPL-3.0-or-later"}
keywords = ["chess"]
dependencies = ["chess==1.11.1"]
classifiers = [
Expand All @@ -33,6 +32,6 @@ classifiers = [
osmanthus-cli = "osmanthus.cli:main"

[project.urls]
"Repository" = "https://github.com/i13e/osmanthus"
"Documentation" = "https://github.com/i13e/osmanthus/wiki"
"Bug Tracker" = "https://github.com/i13e/osmanthus/issues"
Repository = "https://github.com/i13e/osmanthus"
Documentation = "https://github.com/i13e/osmanthus/wiki"
Issues = "https://github.com/i13e/osmanthus/issues"

0 comments on commit 1a64920

Please sign in to comment.