docs: build: index.adoc: add custom `stdint.h` example
[barectf.git] / pyproject.toml
index 076ccedb61069e07a2a592fd145e017b6e8d6c6b..8b853f7d152133417adad711d1861747cd524880 100644 (file)
@@ -27,11 +27,10 @@ build-backend = 'poetry.masonry.api'
 
 [tool.poetry]
 name = 'barectf'
-version = '2.3.1'
-description = 'Generator of ANSI C tracers which output CTF'
+version = '3.1.0-dev'
+description = 'Generator of ANSI C tracers which output CTF data streams'
 license = 'MIT'
 authors = ['Philippe Proulx <eeppeliteloop@gmail.com>']
-readme = 'README.md'
 homepage = 'https://barectf.org/'
 repository = 'https://github.com/efficios/barectf/'
 keywords = [
@@ -59,6 +58,14 @@ termcolor = '^1.1'
 pyyaml = '^5.3'
 jsonschema = '^3.2'
 setuptools = '*'
+jinja2 = '^2.11'
+
+[tool.poetry.dev-dependencies]
+flake8 = '*'
+pylint = '*'
+mypy = '*'
+pytest = '^6'
+pytest-xdist = '^2'
 
 [tool.poetry.scripts]
 barectf = 'barectf.cli:_run'
@@ -67,3 +74,4 @@ barectf = 'barectf.cli:_run'
 'Bug tracker' = 'https://github.com/efficios/barectf/issues/'
 'Code review' = 'https://review.lttng.org/admin/repos/barectf'
 'Continuous integration' = 'https://ci.lttng.org/job/barectf_master_build/'
+'Commercial support' = 'https://www.efficios.com/contact/'
This page took 0.023391 seconds and 4 git commands to generate.