Skip to content

Fix installation bug

Latest
Compare
Choose a tag to compare
@joshburnett joshburnett released this 04 Oct 16:32
· 2 commits to master since this release

Now that we are importing backports.functools_lru_cache, importing the scanf module in setup.py to get the version info breaks if backports isn't already installed. Fix this by just parsing the version string directly instead of using the import machinery.