Since NB2KG is now its own incubator project, it makes sense to make
installation easier by adding the package to PyPi. This will be done
via a 0.1.0 release (so the last digit can be used for fixes on top
of 0.0.1 - should that ever become necessary). The changes follow
the model used by Jupyter Kernel Gateway.
Assuming I'm understanding the process, once these changes have been
merged, I will create a release entry in the GitHub repo, then upload
the bdist (wheel) and sdist (tar) files to PyPi. I have already done
an initial upload to the pypi test index at: https://test.pypi.org/project/nb2kg/
Since NB2KG is now its own incubator project, it makes sense to make installation easier by adding the package to PyPi. This will be done via a
0.1.0
release (so the last digit can be used for fixes on top of0.0.1
- should that ever become necessary). The changes follow the model used by Jupyter Kernel Gateway.Assuming I'm understanding the process, once these changes have been merged, I will create a release entry in the GitHub repo, then upload the bdist (wheel) and sdist (tar) files to PyPi. I have already done an initial upload to the pypi test index at: https://test.pypi.org/project/nb2kg/
Fixes #2