summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ed4e580..2f9c760 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,11 +1,16 @@
[tool.poetry]
name = "ymlstash"
-version = "1.0.0"
+version = "1.0.1"
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"
+
[tool.poetry.dependencies]
python = "^3.8"
pyyaml = "^6.0.1"