Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo-Lemos authored Aug 6, 2024
1 parent d53d8a1 commit a679f10
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[project]
name = "tarppp"
version = "0.0.1"
name = "tarp"
version = "0.1.2"
authors = [
{name = "Adam Coogan", email = "dr.adam.coogan@gmail.com"},
{name = "Pablo Lemos", email = "plemos91@gmail.com"},
]
description = "Tarp ++"
description = "Statistical coverage testing in python."
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.7"
Expand All @@ -30,7 +31,9 @@ dev = [
]

[project.urls]
repository = "https://github.com/Pablo-Lemos/tarppp"
homepage = "https://github.com/Ciela-Institute/tarp"
repository = "https://github.com/Ciela-Institute/tarp"
documentation = "https://tarp.readthedocs.io/en/latest/"

[build-system]
requires = [
Expand Down

0 comments on commit a679f10

Please sign in to comment.