@@ -11,7 +11,7 @@ name = sphinx-autofixture
1111author = Dominic Davis-Foster
1212author_email = dominic@davis-foster.co.uk
1313license = MIT License
14- keywords =
14+ keywords = sphinx, documentation, sphinx-extension, pytest
1515long_description = file: README.rst
1616long_description_content_type = text/x-rst
1717platforms = 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
2323classifiers =
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