From d59c701bc9a69491d43a3262c4d435946a063d89 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 2 Oct 2023 18:33:21 +0200 Subject: Add other authors. --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baa97f4..4a056c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,9 @@ name = "pyecsca" version = "0.2.0" authors = [ - { name = "Jan Jancar", email = "johny@neuromancer.sk" } + { name = "Jan Jancar", email = "johny@neuromancer.sk" }, + { name = "Tomas Jusko" }, + { name = "Andrej Batora"} ] description = "Python Elliptic Curve cryptography Side Channel Analysis toolkit." readme = "README.md" @@ -68,6 +70,8 @@ namespaces = true [tool.setuptools.package-data] pyecsca = ["ec/efd/*/*", "ec/efd/*/*/*", "ec/efd/*/*/*/*", "ec/std/*", "ec/std/*/*"] +[tool.setuptools_scm] + [tool.pytest.ini_options] testpaths = ["test"] markers = [ -- cgit v1.2.3-70-g09d2