Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
change the name to match the repo name and prevent confusion with the rust project taskchampion
  • Loading branch information
djotaku authored Nov 27, 2024
1 parent fc84959 commit 0fafef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["maturin>=1.5,<2.0"]
build-backend = "maturin"

[project]
name = "taskchampion"
name = "taskchampion-py"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
Expand All @@ -16,7 +16,7 @@ dynamic = ["version"]
features = ["pyo3/extension-module"]

[tool.poetry]
name = "taskchampion"
name = "taskchampion-py"
version = "0.1.0"
authors = ["illyalaifu <[email protected]>"]
description = ""
Expand Down

0 comments on commit 0fafef4

Please sign in to comment.