Fix the classifiers and the content type
This commit is contained in:
parent
f056d8adcb
commit
cf98ed57be
20
setup.cfg
20
setup.cfg
@ -5,19 +5,19 @@ author = Raoul Snyman
|
|||||||
author_email = raoul@snyman.info
|
author_email = raoul@snyman.info
|
||||||
description = Simple YAML-driven build or task runner
|
description = Simple YAML-driven build or task runner
|
||||||
long_description = file:README.rst
|
long_description = file:README.rst
|
||||||
long_description_content_type = text/restructuredtext
|
long_description_content_type = text/x-rst
|
||||||
url = https://bou-project.org
|
url = https://bou-project.org
|
||||||
license = MIT
|
license = MIT
|
||||||
classifiers =
|
classifiers =
|
||||||
Development Status :: 3 - Alpha,
|
Development Status :: 3 - Alpha
|
||||||
Intended Audience :: Developers,
|
Intended Audience :: Developers
|
||||||
License :: OSI Approved :: MIT License,
|
License :: OSI Approved :: MIT License
|
||||||
Operating System :: POSIX,
|
Operating System :: POSIX
|
||||||
Programming Language :: Python :: 3,
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.7,
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8,
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9,
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10,
|
Programming Language :: Python :: 3.10
|
||||||
Topic :: Utilities
|
Topic :: Utilities
|
||||||
keywords = build, task
|
keywords = build, task
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user