Build: fix make venv - for some reason folder cannot be called venv anymore

pull/14/head
heck 7 months ago
parent 8d6eb56b29
commit f2283cf189

@ -8,7 +8,7 @@ BUILD_INPLACE = ./src/pEp/_pEp.cpython-*
PYTHON_ARTIFACTS += ./.eggs
PYTHON_ARTIFACTS += ./src/pEp.egg-info
PYTHON_ARTIFACTS += ./.pytest_cache
VENV_DIR = ./venv
VENV_DIR = ./_venv
# Build config Defaults
DEBUG=1

Loading…
Cancel
Save