Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 853 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 853 Bytes

Python Contributions welcome License

dagan

Telegram Bot for UPV restaurants

License

This project is licensed under the GNU GPLv3 - see the LICENSE file for details

Development utils

Prepare venv

python3 -m venv .venv --clear
.venv\Scripts\python.exe -m pip install -U pip
.venv\Scripts\python.exe -m pip install -U setuptools wheel
.venv\Scripts\python.exe -m pip install -e .

Generate wheel

.venv\Scripts\python.exe setup.py bdist_wheel clean --all