aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2024-07-17 15:45:44 +0200
committerJ08nY2024-07-17 15:45:44 +0200
commit78731654f97576e2907d922501185e25d58e495f (patch)
tree842c7bb36ba8d0812136353ebde3d7acd359af83 /pyproject.toml
parent0fecdf19a14f0190d4b5c931a68869e349c6c5c6 (diff)
downloadpyecsca-78731654f97576e2907d922501185e25d58e495f.tar.gz
pyecsca-78731654f97576e2907d922501185e25d58e495f.tar.zst
pyecsca-78731654f97576e2907d922501185e25d58e495f.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4a8ef81..5b61f1f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,13 +5,16 @@
[project]
name = "pyecsca"
- version = "0.3.1"
+ version = "0.3.2"
authors = [
{ name = "Jan Jancar", email = "johny@neuromancer.sk" },
{ name = "Tomas Jusko" },
{ name = "Andrej Batora" },
{ name = "Vojtech Suchanek" }
]
+ maintainers = [
+ { name = "Jan Jancar", email = "johny@neuromancer.sk" }
+ ]
description = "Python Elliptic Curve cryptography Side Channel Analysis toolkit."
readme = "README.md"
license = { "text" = "MIT" }