Skip to content

Commit

Permalink
Fix homepage link for PyPI metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Peak committed Mar 16, 2022
1 parent 42c2f7d commit 81e0c7b
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
@@ -1,11 +1,11 @@
[tool.poetry]
name = "poetry-pyinvoke-plugin"
version = "0.1.0"
version = "0.1.1"
description = "A plugin for poetry that allows you to execute scripts defined in your tasks.py using pyinvoke. Inspired by poetry-exec-plugin."
authors = ["neozenith"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/neozenth/poetry-pyinvoke-plugin"
homepage = "https://github.com/neozenith/poetry-pyinvoke-plugin"
repository = "https://github.com/neozenith/poetry-pyinvoke-plugin"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 81e0c7b

Please sign in to comment.