From f32f0f2da4d43ac4f31dcce6bc69b16bce24d75a Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Sat, 26 Dec 2020 15:45:08 +0000 Subject: [PATCH] Add keywords and classifiers. --- repo_helper.yml | 17 +++++++++++++++++ setup.cfg | 10 +++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/repo_helper.yml b/repo_helper.yml index 617d409..17dfb00 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -31,3 +31,20 @@ third_party_version_matrix: sphinx: - 3.2 - 3.3 + +keywords: + - sphinx + - documentation + - sphinx-extension + - pytest + +classifiers: + - 'Development Status :: 4 - Beta' + - "Framework :: Sphinx :: Extension" + - 'Intended Audience :: Developers' + - 'Programming Language :: Python' + - "Topic :: Documentation" + - 'Topic :: Documentation :: Sphinx' + - 'Topic :: Software Development :: Documentation' + - 'Topic :: Software Development :: Libraries :: Python Modules' + - "Topic :: Utilities" diff --git a/setup.cfg b/setup.cfg index 06722f4..c31f781 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ name = sphinx-autofixture author = Dominic Davis-Foster author_email = dominic@davis-foster.co.uk license = MIT License -keywords = +keywords = sphinx, documentation, sphinx-extension, pytest long_description = file: README.rst long_description_content_type = text/x-rst platforms = Windows, macOS, Linux @@ -21,6 +21,9 @@ project_urls = Issue Tracker = https://github.com/sphinx-toolbox/sphinx-autofixture/issues Source Code = https://github.com/sphinx-toolbox/sphinx-autofixture classifiers = + Development Status :: 4 - Beta + Framework :: Sphinx :: Extension + Intended Audience :: Developers License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python @@ -30,6 +33,11 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: Implementation :: CPython + Topic :: Documentation + Topic :: Documentation :: Sphinx + Topic :: Software Development :: Documentation + Topic :: Software Development :: Libraries :: Python Modules + Topic :: Utilities Typing :: Typed [options]