esynr3z / corsair

Control and Status Register map generator for HDL projects
https://corsair.readthedocs.io
MIT License
96 stars 35 forks source link

Allow source only installations #64

Open martijnbastiaan opened 1 month ago

martijnbastiaan commented 1 month ago

Previously, pip install corsair --no-binary :all: would fail due to setup.py critically relying on .git being present. This patch will detect a missing .git and assume a PyPI/source installation.