Skip to content

Commit

Permalink
Fix URLs in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvadm committed May 7, 2024
1 parent 9782741 commit 5a0ead2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[tool.poetry]
name = "ymlstash"
version = "1.0.1"
version = "1.0.2"
description = "A simple ORM-like utility for operating on local YAML files via Python dataclasses"
authors = ["Yuval Adam <_@yuv.al>"]
readme = "README.md"
license = "MIT"

[project.urls]
Homepage = "https://github.com/yuvadm/ymlstash"
Repository = "https://github.com/yuvadm/ymlstash"
Issues = "https://github.com/yuvadm/ymlstash/issues"
homepage = "https://github.com/yuvadm/ymlstash"
repository = "https://github.com/yuvadm/ymlstash"

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

0 comments on commit 5a0ead2

Please sign in to comment.