2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

Merge branch 'develop' into staging

This commit is contained in:
Gavin D'souza 2022-07-30 01:04:07 +05:30
commit e195f4ccbe
2 changed files with 7 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Bench is a command-line utility that helps you to install, update, and manage mu
<div align="center">
<a target="_blank" href="https://www.python.org/downloads/" title="Python version">
<img src="https://img.shields.io/badge/python-%3E=_3.6-green.svg">
<img src="https://img.shields.io/badge/python-%3E=_3.7-green.svg">
</a>
<a target="_blank" href="https://app.travis-ci.com/github/frappe/bench" title="CI Status">
<img src="https://app.travis-ci.com/frappe/bench.svg?branch=develop">

View File

@ -53,5 +53,10 @@ path = "bench/__init__.py"
[tool.hatch.build.targets.sdist]
include = [
"/bench",
"/bench"
]
[tool.hatch.build.targets.wheel]
include = [
"/bench"
]