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 e099778 commit 7b122e1Copy full SHA for 7b122e1
pyproject.toml
@@ -13,6 +13,7 @@ maintainers = [
13
]
14
description = "Post-Quantum Secure Feldman's Verifiable Secret Sharing (VSS) in Python"
15
readme = "README.md"
16
+license-files = ["LICEN[CS]E*", "AUTHORS.md", "SECURITY.md"]
17
requires-python = ">=3.8"
18
license = {text = "MIT"}
19
classifiers = [
@@ -50,7 +51,6 @@ documentation = "https://github.com/DavidOsipov/PostQuantum-Feldman-VSS/wiki"
50
51
"ORCID" = "https://orcid.org/0009-0005-2713-9242"
52
"Telegram" = "https://telegram.me/david_osipov"
53
"Signal" = "https://signal.me/#eu/d68l1UjrWlGVRzbfkVM1bvQMNqCqiae9GM86P_af8ZK2o5E5YSNKbL4MyM9y-2WH"
-license-files = ["LICEN[CS]E*", "AUTHORS.md", "SECURITY.md"]
54
55
[project.optional-dependencies]
56
test = [
0 commit comments