efabless / volare

Version manager (and builder) for the Google sky130 and gf180mcu open-source PDKs
Apache License 2.0
57 stars 8 forks source link

Fix `setup.py` version extraction #54

Closed donn closed 11 months ago

donn commented 11 months ago

setup.py used to import the module to get the version number, which would require all dependencies to already be successfully installed. This makes it match OpenLane 2 where the version is obtained without importing the module at all.