diff --git a/setup.cfg b/setup.cfg index 18f0502..f7679b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,19 +5,19 @@ author = Raoul Snyman author_email = raoul@snyman.info description = Simple YAML-driven build or task runner long_description = file:README.rst -long_description_content_type = text/restructuredtext +long_description_content_type = text/x-rst url = https://bou-project.org license = MIT classifiers = - Development Status :: 3 - Alpha, - Intended Audience :: Developers, - License :: OSI Approved :: MIT License, - Operating System :: POSIX, - Programming Language :: Python :: 3, - Programming Language :: Python :: 3.7, - Programming Language :: Python :: 3.8, - Programming Language :: Python :: 3.9, - Programming Language :: Python :: 3.10, + Development Status :: 3 - Alpha + Intended Audience :: Developers + License :: OSI Approved :: MIT License + Operating System :: POSIX + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Utilities keywords = build, task