swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: c4db4ee858d94384c46e790e5b01b69bdff8c4dc authored by Raphaƫl Cauderlier on 02 December 2020, 10:01:21 UTC
Doc/Michelson: document a Michelson extension for writing unit tests
Tip revision: c4db4ee
pyproject.toml
[tool.poetry]
name = "tezos-docs"
version = "0.1.0"
description = "Tezos documentation"
authors = ["Tezos community <tezos@tezos.com>"]

readme = "README.rst"

repository = "https://gitlab.com/tezos/tezos"
homepage = "https://gitlab.com/tezos/tezos"
keywords = ["tezos"]

[tool.poetry.dependencies]
python = "~3.8"
sphinx = "*"
sphinx-rtd-theme = "0.4.3"
recommonmark = "*"
back to top