aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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..b8d2736
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,16 @@
+[tool.poetry]
+name = "base16-zathura"
+version = "0.1.0"
+description = "A project profile for working with base16 schemes"
+authors = ["Rohit Goswami <rgoswami@ieee.org>"]
+license = "MIT"
+
+[tool.poetry.dependencies]
+python = "^3.8"
+pybase16-builder = "^0.2.6"
+
+[tool.poetry.dev-dependencies]
+
+[build-system]
+requires = ["poetry>=0.12"]
+build-backend = "poetry.masonry.api"