diff options
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 5 insertions, 1 deletions
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 = [ |
