Skip to content

Commit

Permalink
Merge pull request #1 from djotaku/fix_name
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
djmitche authored Nov 27, 2024
2 parents fc84959 + 0fafef4 commit c73ffea
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 c73ffea

Please sign in to comment.