Closed cliffckerr closed 1 month ago
Updates setup.py to use runpy instead of reading version.py as text; needed for pip installation to complete successfully since the version wasn't being parsed correctly otherwise.
setup.py
runpy
version.py
pip
Updates
setup.py
to userunpy
instead of readingversion.py
as text; needed forpip
installation to complete successfully since the version wasn't being parsed correctly otherwise.