Repair packaging

This commit is contained in:
Tony Garnock-Jones 2022-01-11 20:19:18 +01:00
parent 0f4f6a1716
commit 6dcac58377
1 changed files with 1 additions and 0 deletions

1
.envrc
View File

@ -1,3 +1,4 @@
[ -d .venv ] || python -m venv .venv
. .venv/bin/activate
pip install -U setuptools setuptools_scm wheel
pip install -r requirements.txt