mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 16:36:25 +00:00
Merge branch 'develop' into staging
This commit is contained in:
commit
e195f4ccbe
@ -10,7 +10,7 @@ Bench is a command-line utility that helps you to install, update, and manage mu
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a target="_blank" href="https://www.python.org/downloads/" title="Python version">
|
<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>
|
||||||
<a target="_blank" href="https://app.travis-ci.com/github/frappe/bench" title="CI Status">
|
<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">
|
<img src="https://app.travis-ci.com/frappe/bench.svg?branch=develop">
|
||||||
|
@ -53,5 +53,10 @@ path = "bench/__init__.py"
|
|||||||
|
|
||||||
[tool.hatch.build.targets.sdist]
|
[tool.hatch.build.targets.sdist]
|
||||||
include = [
|
include = [
|
||||||
"/bench",
|
"/bench"
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
include = [
|
||||||
|
"/bench"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user