scripts -> modules

This commit is contained in:
Zsolt Ero
2024-08-29 16:33:59 +02:00
parent 7196e15837
commit 66d0bdc515
54 changed files with 65 additions and 52 deletions

View File

@@ -11,10 +11,10 @@ source venv/bin/activate
pip install -U pip wheel setuptools
pip install -e .
pip install -e scripts/http_host
pip install -e scripts/tile_gen
pip install -e scripts/loadbalancer
pip install -e scripts/setversion
pip install -e modules/http_host
pip install -e modules/tile_gen
pip install -e modules/loadbalancer
pip install -e modules/set_version