Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Jonathan Loo edited this page Apr 12, 2018 · 1 revision

Welcome to the python-fuku wiki!

Local development

Clone the code, go into the folder and run python setup.py develop.

This will link the local fuku to the current code folder, hence being able to test development code without having to rebuild the distribution.

Update Pypi

Update the version in fuku/__init__.py

Make sure your Pypi credentials are correct in ~/.pypirc

Run python setup.py sdist upload -r pypi

Clone this wiki locally