Skip to content

Commit

Permalink
Fix PyPI links
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Aug 26, 2022
1 parent 065b790 commit aeccce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "universal-startfile"
version = "0.1.2"
version = "0.1.3"
description = "A cross-platform version of 'os.startfile' from the standard library."

packages = [{ include = "startfile", from = "src" }]
Expand All @@ -10,8 +10,8 @@ license = "MIT"
authors = ["Jace Browning <jacebrowning@gmail.com>"]

readme = "README.md"
homepage = "https://pypi.org/project/startfile"
documentation = "https://startfile.readthedocs.io"
homepage = "https://pypi.org/project/universal-startfile"
documentation = "https://universal-startfile.readthedocs.io"
repository = "https://github.com/jacebrowning/universal-startfile"

keywords = ["files", "startfile", "utilities"]
Expand Down

0 comments on commit aeccce0

Please sign in to comment.