Repository URL to install this package:
|
Version:
0.4.183 ▾
|
| lib_py_b2b.egg-info |
| lib_b2b |
| PKG-INFO |
| MANIFEST.in |
| README.md |
| setup.py |
| setup.cfg |
You will need to increment the version in setup.py, commit your changes to version control, and then upload the source and binary build to the GemFury repository:
python setup.py sdist upload -r fury
python setup.py bdist_wheel upload -r fury
pip install -e .[dev]
This installs the package requirements from setup.py -> install_requires as well as the test requirements from setup.py -> extras_require -> dev.