aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2023-10-02 18:33:21 +0200
committerJ08nY2023-10-02 18:33:21 +0200
commitd59c701bc9a69491d43a3262c4d435946a063d89 (patch)
tree1d5aedc81ccf8ff2618b4053377932df47f30d94 /pyproject.toml
parentdab27e6540d9b65fda68822a662d2671c1d75652 (diff)
downloadpyecsca-d59c701bc9a69491d43a3262c4d435946a063d89.tar.gz
pyecsca-d59c701bc9a69491d43a3262c4d435946a063d89.tar.zst
pyecsca-d59c701bc9a69491d43a3262c4d435946a063d89.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
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 = [