jupyter / nb2kg

Other
73 stars 31 forks source link

Prepare initial PyPi release #3

Closed kevin-bates closed 6 years ago

kevin-bates commented 6 years ago

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/

Fixes #2

parente commented 6 years ago

Couple comments, otherwise LGTM.

lresende commented 6 years ago

LGTM