File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 44/.eggs /
55/.mxmake /
66/build /
7+ /venv /
78/constraints-mxdev.txt
89/dist /
910/requirements-mxdev.txt
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ VENV_CREATE?=true
9292# `VENV_CREATE` is false it is expected to point to an existing virtual
9393# environment. If `VENV_ENABLED` is `false` it is ignored.
9494# Default: .venv
95- VENV_FOLDER? =. venv
95+ VENV_FOLDER? =venv
9696
9797# mxdev to install in virtual environment.
9898# Default: mxdev
Original file line number Diff line number Diff line change @@ -63,6 +63,18 @@ path = "CHANGES.rst"
6363[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
6464path = " LICENSE.rst"
6565
66+ [tool .hatch .build .targets .sdist ]
67+ exclude = [
68+ " .travis.yml" ,
69+ " /.github/" ,
70+ " /docs" ,
71+ " /Makefile" ,
72+ " /mx.ini" ,
73+ " /package.json" ,
74+ " /pnpm-lock.yaml" ,
75+ " /scripts/" ,
76+ ]
77+
6678[tool .hatch .build .targets .wheel ]
6779packages = [" src/cone" ]
6880
You can’t perform that action at this time.
0 commit comments