Add a setup.py so that we can pip install.
This has an earlier PR https://github.com/sifive/wit/pull/206 by @robertd-sifive that I leaned on heavily as I'm not very familiar with python packaging, but I had some enthusiasm to try get the ball rolling on this again.
The 0.12.0 version is just a placeholder version until we decided to actually publish to PyPi
Add a
setup.py
so that we canpip install
. This has an earlier PR https://github.com/sifive/wit/pull/206 by @robertd-sifive that I leaned on heavily as I'm not very familiar with python packaging, but I had some enthusiasm to try get the ball rolling on this again.The 0.12.0 version is just a placeholder version until we decided to actually publish to PyPi