Skip to content

Commit

Permalink
🔧 update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Feb 11, 2024
1 parent 3f15b0e commit 7859ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -7,7 +7,7 @@ description = "The OTP framework for Python Trio"
keywords = ["trio", "async", "otp", "triotp"]
authors = ["David Delassus <david.jose.delassus@gmail.com>"]

homepage = "https://github.com/linkdd/triotp"
homepage = "https://linkdd.github.io/triotp"
repository = "https://github.com/linkdd/triotp"

readme = "README.rst"
Expand All @@ -29,7 +29,7 @@ tenacity = "^8.2.3"
Logbook = "^1.7.0.post0"
trio-util = "^0.7.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
pytest-trio = "^0.7.0"
Sphinx = "^7.2.6"
Expand Down

0 comments on commit 7859ede

Please sign in to comment.