docs: cleanup: Rephrase and correct typos
[barectf.git] / pyproject.toml
index dc51efebab043835a4020a197132ed9f6bc56cfb..1e195448885fc7a4c0b096ebeaf3712c1f29bcea 100644 (file)
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 [build-system]
-requires = ['poetry>=0.12']
-build-backend = 'poetry.masonry.api'
+requires = ['poetry-core']
+build-backend = 'poetry.core.masonry.api'
 
 [tool.poetry]
 name = 'barectf'
-version = '2.3.1'
-description = 'Generator of ANSI C tracers which output CTF'
+version = '3.2.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 = [
@@ -54,15 +53,19 @@ classifiers = [
 packages = [{include = 'barectf'}]
 
 [tool.poetry.dependencies]
-python = '^3.6'
+python = '^3.8'
 termcolor = '^1.1'
-pyyaml = '^5.3'
+pyyaml = '^6.0'
 jsonschema = '^3.2'
 setuptools = '*'
-jinja2 = '^2.11'
+jinja2 = '^3.0'
 
 [tool.poetry.dev-dependencies]
 flake8 = '*'
+pylint = '*'
+mypy = '*'
+pytest = '^6'
+pytest-xdist = '^2'
 
 [tool.poetry.scripts]
 barectf = 'barectf.cli:_run'
@@ -71,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.023211 seconds and 4 git commands to generate.