imr-framework / pypulseq

Pulseq in Python
https://pypulseq.readthedocs.io
GNU Affero General Public License v3.0
118 stars 63 forks source link

Fix missing install module for version.py #74

Closed btasdelen closed 2 years ago

btasdelen commented 2 years ago

version.py was not added as an install target and not copied into install directory. This causes an exception when imported from sequence.py. This commit adds it as py_module to setup.py.