prepare for PyPI
This MR does the following:
-
Prepare
setup.py
so thatpython3 -m build
(ran in crikit root directory) builds the correct package for the PyPI. -
Add
MANIFEST.in
to handle the license filenames -
Increment version number to
0.1
This MR does the following:
Prepare setup.py
so that python3 -m build
(ran in crikit root directory) builds the correct package for the PyPI.
Add MANIFEST.in
to handle the license filenames
Increment version number to 0.1