Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
calgray authored Dec 29, 2024
1 parent 0533c8d commit 0eea902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "athreading"
version = "0.1.2"
description = ""
description = "Asynchronous threading package for Python"
readme = "README.md"
authors = ["Callan Gray <[email protected]>"]
license = "BSD-3-Clause"
packages = [{ include = "athreading", from = "src" }]
Expand Down

0 comments on commit 0eea902

Please sign in to comment.