Skip to content

Commit 1430492

Browse files
committed
First production version
1 parent 483cc8f commit 1430492

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

setup.py

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

66
setuptools.setup(
77
name="mvarcs",
8-
version="0.1.1",
8+
version="1.0.0",
99
author="OllieJC",
1010
author_email="mvarcs-pypi@olliejc.uk",
1111
description="Python package for providing the MVA Root Certificates Store",
@@ -18,12 +18,16 @@
1818
},
1919
license="The Unlicense",
2020
classifiers=[
21-
"Development Status :: 4 - Beta",
21+
"Development Status :: 5 - Production/Stable",
2222
"Intended Audience :: Developers",
23+
"Intended Audience :: System Administrators",
2324
"License :: OSI Approved :: The Unlicense (Unlicense)",
2425
"Programming Language :: Python :: 3",
2526
"Natural Language :: English",
2627
"Operating System :: OS Independent",
28+
"Topic :: Security :: Cryptography",
29+
"Topic :: Utilities",
30+
"Topic :: Software Development :: Libraries :: Python Modules",
2731
],
2832
keywords = [
2933
"BIMI",

0 commit comments

Comments
 (0)