[metadata] name = coxbuild version = attr: coxbuild.__version__ author = StardustDL author_email = stardustdl@163.com description = A tiny build automation tool. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/StardustDL/coxbuild project_urls = Source Code = https://github.com/StardustDL/coxbuild Changes = https://github.com/StardustDL/coxbuild/releases Documentation = https://stardustdl.github.io/coxbuild/ References = https://stardustdl.github.io/coxbuild/api/ Bug Tracker = https://github.com/StardustDL/coxbuild/issues classifiers = License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) Operating System :: OS Independent Programming Language :: Python :: 3 Programming Language :: Python :: 3.10 Programming Language :: Python :: Implementation :: CPython Topic :: Utilities Topic :: Software Development :: Build Tools [options] packages = find: python_requires = >=3.10 install_requires = click>=8.0.3 pyyaml>=6.0 [options.entry_points] console_scripts = coxbuild = coxbuild.__main__:main cb = coxbuild.__main__:main