blob: b8d2736b6e60ea7194843644e1b4bacd063b94f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
|