We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed94dc7 commit f864861Copy full SHA for f864861
1 file changed
setup.py
@@ -5,10 +5,10 @@
5
6
setuptools.setup(
7
name="mvarcs",
8
- version="0.1.0",
+ version="0.1.1",
9
author="OllieJC",
10
author_email="mvarcs-pypi@olliejc.uk",
11
- description="Python package for providing the MVARCS",
+ description="Python package for providing the MVA Root Certificates Store",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/markcerts/mvarcs-python",
@@ -25,6 +25,13 @@
25
"Natural Language :: English",
26
"Operating System :: OS Independent",
27
],
28
+ keywords = [
29
+ "BIMI",
30
+ "VMC",
31
+ "CMC",
32
+ "Verification",
33
+ "Trusted",
34
+ ]
35
package_dir={"mvarcs": "src"},
36
package_data={"mvarcs": ["mvarcs/*.pem"]},
37
packages=["mvarcs"],
0 commit comments