Git extension for Jupyter
Project description
Follow steps on https://packaging.python.org/en/latest/distributing/#requirements-for-packaging-and-distributing
- One time things:
Make account on PyPI
pip install twine
- To Update Package:
Update version number in setup.py
rm dist/*
python setup.py sdist
Use the form on the PyPI website, to upload your PKG-INFO info located in your local project tree at myproject.egg-info /PKG-INFO. If you don’t have that file or directory, then run python setup.py egg_info to have it generated.
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jupyter-git-1.0.22.tar.gz
(6.7 kB
view details)
File details
Details for the file jupyter-git-1.0.22.tar.gz
.
File metadata
- Download URL: jupyter-git-1.0.22.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 939bb42901bd74b8e0320a545041e1228c82ad573f698b4a2b2aff0d74d200b9 |
|
MD5 | ea60ff4186fdb491ce8f6f2eb46b524f |
|
BLAKE2b-256 | 8c1905bd3a698dc225063f42817475d2135841d0339bf26b4b07a0ffc39c57db |