txoof / epdlib

Python library for creating and writing modular layouts for e-paper screens
GNU General Public License v3.0
16 stars 8 forks source link

Update setup.py for omni epd on omni_epd branch #31

Closed txoof closed 2 years ago

txoof commented 2 years ago

requirements needs to include omni-epd: git+https://github.com/robweber/omni-epd.git#egg=omni-epd

txoof commented 2 years ago

see: https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56 install_requires section

txoof commented 2 years ago

commit should fix this, but still have issues when installing.

txoof commented 2 years ago

see this: https://stackoverflow.com/questions/32688688/how-to-write-setup-py-to-include-a-git-repository-as-a-dependency

txoof commented 2 years ago

resolved with #4d13ed08fba53f4804be6935e54e0cf3b9b59c05