[project] name = "jingrow-bench" description = "CLI to manage Multi-tenant deployments for Jingrow apps" readme = "README.md" license = "GPL-3.0-only" requires-python = ">=3.8" authors = [ { name = "Jingrow", email = "dev@jingrow.com" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: MacOS", "Operating System :: OS Independent", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: User Interfaces", "Topic :: System :: Installation/Setup", ] dependencies = [ "Click~=8.1.7", "GitPython~=3.1.30", "honcho", "Jinja2~=3.1.3", "python-crontab~=2.6.0", "requests~=2.32.3", "semantic-version~=2.10.0", "setuptools>71.0.0", "tomli;python_version<'3.11'", ] dynamic = [ "version", ] [project.scripts] bench = "bench.cli:cli" [project.urls] Changelog = "http://git.jingrow.com:3000/jingrow/bench/releases" Documentation = "https://framework.jingrow.com/docs/user/en/bench" Homepage = "https://framework.jingrow.com/bench" Source = "http://git.jingrow.com:3000/jingrow/bench" [build-system] requires = [ "hatchling==1.27.0", ] build-backend = "hatchling.build" [tool.hatch.version] path = "bench/__init__.py" [tool.hatch.build.targets.sdist] include = [ "/bench" ] [tool.hatch.build.targets.wheel] include = [ "/bench" ]