Skip to content

Commit 7b122e1

Browse files
authored
Update pyproject.toml
Signed-off-by: David Osipov <[email protected]>
1 parent e099778 commit 7b122e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ maintainers = [
1313
]
1414
description = "Post-Quantum Secure Feldman's Verifiable Secret Sharing (VSS) in Python"
1515
readme = "README.md"
16+
license-files = ["LICEN[CS]E*", "AUTHORS.md", "SECURITY.md"]
1617
requires-python = ">=3.8"
1718
license = {text = "MIT"}
1819
classifiers = [
@@ -50,7 +51,6 @@ documentation = "https://github.com/DavidOsipov/PostQuantum-Feldman-VSS/wiki"
5051
"ORCID" = "https://orcid.org/0009-0005-2713-9242"
5152
"Telegram" = "https://telegram.me/david_osipov"
5253
"Signal" = "https://signal.me/#eu/d68l1UjrWlGVRzbfkVM1bvQMNqCqiae9GM86P_af8ZK2o5E5YSNKbL4MyM9y-2WH"
53-
license-files = ["LICEN[CS]E*", "AUTHORS.md", "SECURITY.md"]
5454

5555
[project.optional-dependencies]
5656
test = [

0 commit comments

Comments
 (0)