Skip to content

Commit

Permalink
Add keywords and classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Dec 26, 2020
1 parent 6fc27dd commit f32f0f2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
17 changes: 17 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
10 changes: 9 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = sphinx-autofixture
author = Dominic Davis-Foster
author_email = [email protected]
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
Expand All @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit f32f0f2

Please sign in to comment.