summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSimeon Simeonov2024-04-30 11:39:20 +0200
committerSimeon Simeonov2024-04-30 11:39:20 +0200
commitc31fa58c85e866b3a5ab04882c7aff655f0b5477 (patch)
tree84532e1b6ce24c07267d4a8d8e8f810ba657500c /pyproject.toml
parent8ca7a0d9666ede2d9d270e2a469e4b8dda492e69 (diff)
Implement etoolkit encryption protocol v2
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1173069..86a1527 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,3 +13,6 @@ addopts = "-s"
13testpaths = [ 13testpaths = [
14 "tests" 14 "tests"
15] 15]
16pythonpath = [
17 "src"
18]