summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-05-07 15:14:38 +0200
committerYuval Adam <_@yuv.al>2024-05-07 15:14:38 +0200
commitff8a02880aa214bc95ec0b836a3a88853f7df110 (patch)
treeacf9f3d6f47c6c1983b659cf0a07853c3ef9c7cd
Initial poetry project
-rw-r--r--README.md0
-rw-r--r--pyproject.toml14
-rw-r--r--tests/__init__.py0
-rw-r--r--ymlstash/__init__.py0
4 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README.md
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..449b84e
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,14 @@
+[tool.poetry]
+name = "ymlstash"
+version = "0.1.0"
+description = ""
+authors = ["Yuval Adam <_@yuv.al>"]
+readme = "README.md"
+
+[tool.poetry.dependencies]
+python = "^3.12"
+
+
+[build-system]
+requires = ["poetry-core"]
+build-backend = "poetry.core.masonry.api"
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/__init__.py
diff --git a/ymlstash/__init__.py b/ymlstash/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ymlstash/__init__.py