Skip to content

Commit f864861

Browse files
authored
Update setup.py
1 parent ed94dc7 commit f864861

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

setup.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
setuptools.setup(
77
name="mvarcs",
8-
version="0.1.0",
8+
version="0.1.1",
99
author="OllieJC",
1010
author_email="mvarcs-pypi@olliejc.uk",
11-
description="Python package for providing the MVARCS",
11+
description="Python package for providing the MVA Root Certificates Store",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/markcerts/mvarcs-python",
@@ -25,6 +25,13 @@
2525
"Natural Language :: English",
2626
"Operating System :: OS Independent",
2727
],
28+
keywords = [
29+
"BIMI",
30+
"VMC",
31+
"CMC",
32+
"Verification",
33+
"Trusted",
34+
]
2835
package_dir={"mvarcs": "src"},
2936
package_data={"mvarcs": ["mvarcs/*.pem"]},
3037
packages=["mvarcs"],

0 commit comments

Comments
 (0)