Skip to content

Commit

Permalink
docs: improve meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 14, 2023
1 parent f463db5 commit 7546561
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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+)",
Expand All @@ -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",
},
)

0 comments on commit 7546561

Please sign in to comment.