We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545799c commit 36369d1Copy full SHA for 36369d1
pyproject.toml
@@ -64,11 +64,11 @@ documentation = "https://github.com/DavidOsipov/PostQuantum-Feldman-VSS/wiki"
64
"Signal" = "https://signal.me/#eu/d68l1UjrWlGVRzbfkVM1bvQMNqCqiae9GM86P_af8ZK2o5E5YSNKbL4MyM9y-2WH"
65
66
[tool.setuptools]
67
-py-modules = ["feldman_vss"]
+py-modules = ["feldman_vss.py"]
68
69
[tool.poetry]
70
packages = [
71
- { include = "feldman_vss", from = "." }
+ { include = "feldman_vss.py", from = "." }
72
]
73
74
[tool.poetry.dependencies]
@@ -94,7 +94,7 @@ pythonpath = ["."]
94
95
[tool.coverage.run]
96
branch = true
97
-source = ["feldman_vss"]
+source = ["feldman_vss.py"]
98
omit = ["tests/*"]
99
100
[tool.coverage.report]
0 commit comments