Core element of PBR project (All you can tweet).
Go to file
wangobango a1bd9211bc fix
2021-11-21 13:28:00 +01:00
src/pbrAyctCore fix 2021-11-21 13:28:00 +01:00
.gitignore build setup 2021-11-16 16:35:01 +01:00
pyproject.toml build setup 2021-11-16 16:35:01 +01:00
readme.md build setup 2021-11-16 16:35:01 +01:00
setup.cfg fix 2021-11-21 13:28:00 +01:00

To build project type:

pip3 install virtualenv
virtuvalenv venv
source venv/bin/activate
pip3 install setuptools
python3 -m pip install --upgrade build
python3 -m build