aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-01-24 23:21:54 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-01-24 23:21:54 +0100
commit538715234549e626440e5dcbe0b3337ed930c92e (patch)
treebd55991d675ddf4148b1dbdb70548564bc4deca3 /pyproject.toml
parentInitial commit (diff)
downloadbeancount-extras-kris7t-538715234549e626440e5dcbe0b3337ed930c92e.tar.gz
beancount-extras-kris7t-538715234549e626440e5dcbe0b3337ed930c92e.tar.zst
beancount-extras-kris7t-538715234549e626440e5dcbe0b3337ed930c92e.zip
Initialize package
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..da65f08
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,16 @@
1[tool.poetry]
2name = "beancount-extras-kris7t"
3version = "0.1.0"
4description = "Miscellaneous plugins, importers and price sources for Beancount"
5authors = ["Kristóf Marussy <kristof@marussy.com>"]
6license = "GPL-2.0-only"
7
8[tool.poetry.dependencies]
9python = "^3.9"
10beancount = { path = "beancount", develop = true }
11
12[tool.poetry.dev-dependencies]
13
14[build-system]
15requires = ["poetry>=0.12"]
16build-backend = "poetry.masonry.api"