Skip to content

Commit a92ce1f

Browse files
committed
Added keywords and classifiers
1 parent c8b068f commit a92ce1f

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

setup.py

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,40 @@ def read_requirements(path):
4343
long_description_content_type="text/markdown",
4444
author="Brian LaVallee",
4545
author_email="brian.lavallee@invite-comm.jp",
46+
python_requires='>=3.11',
47+
keywords = [
48+
"Adi",
49+
"Adi Shamir",
50+
"how to share a secret",
51+
"scheme",
52+
"secret",
53+
"secrets.js",
54+
"secrets",
55+
"Shamir Secret Sharing Scheme",
56+
"Shamir's Secret Sharing",
57+
"Shamir's",
58+
"Shamir",
59+
"share",
60+
"shares",
61+
"sharing",
62+
"sss",
63+
"ssss",
64+
]
65+
classifiers = [
66+
"Development Status :: 4 - Beta",
67+
"Intended Audience :: Developers",
68+
"Intended Audience :: Information Technology",
69+
'Intended Audience :: Other Audience',
70+
'Intended Audience :: System Administrators',
71+
'Intended Audience :: Telecommunications Industry',
72+
"License :: OSI Approved :: MIT License",
73+
"Programming Language :: Python :: 3.11",
74+
"Topic :: Security :: Cryptography",
75+
'Topic :: Security',
76+
'Topic :: Utilities',
77+
"Operating System :: OS Independent",
78+
"Natural Language :: English",
79+
],
4680
packages=find_packages(exclude=["tests", ".github"]),
4781
install_requires=read_requirements("requirements.txt"),
4882
entry_points={

0 commit comments

Comments
 (0)