Skip to content

Commit f32f0f2

Browse files
committed
Add keywords and classifiers.
1 parent 6fc27dd commit f32f0f2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

repo_helper.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,20 @@ third_party_version_matrix:
3131
sphinx:
3232
- 3.2
3333
- 3.3
34+
35+
keywords:
36+
- sphinx
37+
- documentation
38+
- sphinx-extension
39+
- pytest
40+
41+
classifiers:
42+
- 'Development Status :: 4 - Beta'
43+
- "Framework :: Sphinx :: Extension"
44+
- 'Intended Audience :: Developers'
45+
- 'Programming Language :: Python'
46+
- "Topic :: Documentation"
47+
- 'Topic :: Documentation :: Sphinx'
48+
- 'Topic :: Software Development :: Documentation'
49+
- 'Topic :: Software Development :: Libraries :: Python Modules'
50+
- "Topic :: Utilities"

setup.cfg

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = sphinx-autofixture
1111
author = Dominic Davis-Foster
1212
author_email = dominic@davis-foster.co.uk
1313
license = MIT License
14-
keywords =
14+
keywords = sphinx, documentation, sphinx-extension, pytest
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux
@@ -21,6 +21,9 @@ project_urls =
2121
Issue Tracker = https://github.com/sphinx-toolbox/sphinx-autofixture/issues
2222
Source Code = https://github.com/sphinx-toolbox/sphinx-autofixture
2323
classifiers =
24+
Development Status :: 4 - Beta
25+
Framework :: Sphinx :: Extension
26+
Intended Audience :: Developers
2427
License :: OSI Approved :: MIT License
2528
Operating System :: OS Independent
2629
Programming Language :: Python
@@ -30,6 +33,11 @@ classifiers =
3033
Programming Language :: Python :: 3.8
3134
Programming Language :: Python :: 3.9
3235
Programming Language :: Python :: Implementation :: CPython
36+
Topic :: Documentation
37+
Topic :: Documentation :: Sphinx
38+
Topic :: Software Development :: Documentation
39+
Topic :: Software Development :: Libraries :: Python Modules
40+
Topic :: Utilities
3341
Typing :: Typed
3442

3543
[options]

0 commit comments

Comments
 (0)