Skip to content

Commit

Permalink
rename repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vaphes committed Feb 14, 2024
1 parent 35a324b commit 65b7804
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ keywords = ["pkl", "pickle", "apple"]
dynamic = ["readme", "version"]

[project.urls]
"Homepage" = "https://github.com/vaphes/pkl"
"Source" = "https://github.com/vaphes/pkl"
"Bug Tracker" = "https://github.com/vaphes/pkl/issues"
"Homepage" = "https://github.com/vaphes/python-pkl"
"Source" = "https://github.com/vaphes/python-pkl"
"Bug Tracker" = "https://github.com/vaphes/python-pkl/issues"

[tool.poetry]
name = "python-pkl"
version = "0.1.2"
version = "0.1.3"
description = "Python library to work with Apple's PKL files"
authors = ["Vithor Jaeger <[email protected]>"]
readme = "README.md"
packages = [{ include = "pkl" }]

[tool.poetry.urls]
"Homepage" = "https://github.com/vaphes/pkl"
"Source" = "https://github.com/vaphes/pkl"
"Bug Tracker" = "https://github.com/vaphes/pkl/issues"
"Homepage" = "https://github.com/vaphes/python-pkl"
"Source" = "https://github.com/vaphes/python-pkl"
"Bug Tracker" = "https://github.com/vaphes/python-pkl/issues"

[tool.poetry.dependencies]
python = "^3.12"
Expand Down

0 comments on commit 65b7804

Please sign in to comment.