diff options
| author | J08nY | 2023-10-02 18:33:21 +0200 |
|---|---|---|
| committer | J08nY | 2023-10-02 18:33:21 +0200 |
| commit | d59c701bc9a69491d43a3262c4d435946a063d89 (patch) | |
| tree | 1d5aedc81ccf8ff2618b4053377932df47f30d94 | |
| parent | dab27e6540d9b65fda68822a662d2671c1d75652 (diff) | |
| download | pyecsca-d59c701bc9a69491d43a3262c4d435946a063d89.tar.gz pyecsca-d59c701bc9a69491d43a3262c4d435946a063d89.tar.zst pyecsca-d59c701bc9a69491d43a3262c4d435946a063d89.zip | |
| -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 = [ |
