Skip to content

asaezper/dagan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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