From 75465616627ffd4c514c93cfec2482770267797d Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Mon, 13 Nov 2023 22:38:41 -0600 Subject: [PATCH] docs: improve meta data --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cc1659a..a355bb3 100644 --- a/setup.py +++ b/setup.py @@ -117,7 +117,7 @@ def get_semantic_version() -> str: install_requires=[], extras_require={}, classifiers=[ # https://pypi.org/classifiers/ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", @@ -133,10 +133,13 @@ def get_semantic_version() -> str: "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities", ], + keywords="logging, security, redaction", project_urls={ + "Source": "https://github.com/lpm0073/secure-logger", "Documentation": "https://pypi.org/project/secure-logger/", "Changelog": "https://github.com/lpm0073/secure-logger/blob/main/CHANGELOG.md", - "Source": "https://github.com/lpm0073/secure-logger", + "Security": "https://github.com/lpm0073/secure-logger/blob/main/SECURITY.md", + "Code of Conduct": "https://github.com/lpm0073/secure-logger/blob/main/CODE_OF_CONDUCT.md", "Tracker": "https://github.com/lpm0073/secure-logger/issues", }, )