bou/setup.cfg

38 lines
884 B
INI
Raw Normal View History

2021-06-04 18:48:50 +00:00
[metadata]
name = bou
2021-07-15 05:05:21 +00:00
version = 0.0.3
2021-06-04 18:48:50 +00:00
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/x-rst
2021-06-04 18:48:50 +00:00
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
2021-06-04 18:48:50 +00:00
Topic :: Utilities
keywords = build, task
[options]
py_modules = bou
python_requires = >=3.7
install_requires = PyYAML
2021-06-04 18:48:50 +00:00
[options.entry_points]
console_scripts =
bou = bou:main
[bdist_wheel]
2021-06-04 18:48:50 +00:00
universal = 1
[flake8]
max-line-length = 120