diff options
| author | 2020-06-10 02:21:52 +0000 | |
|---|---|---|
| committer | 2020-06-10 02:21:52 +0000 | |
| commit | ac0d12e3e1b9a9a309f8fbde9ccbdb9f9743800f (patch) | |
| tree | 524cef8100ab09ad0c89e49d9151c38bda96eee8 /pyproject.toml | |
| parent | a783f397627532a8491676670ca914f1c3299227 (diff) | |
poetry: Init
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 16 |
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" |
