A kivy garden flower that shows how to add flowers.
A kivy garden flower demo.
pip install kivy_garden.flowerdo_something- add your code
Check out our contribution guide and feel free to improve the flower.
This software is released under the terms of the MIT License. Please see the LICENSE.txt file.
- update
__version__inkivy-garden/flower/__init__.pyto the latest version. - update
CHANGELOG.mdand commit the changes - call
git tag -a x.y.z -m "Tagging version x.y.z" - call
python setup.py bdist_wheel --universalandpython setup.py sdist, which generates the wheel and sdist in the dist/* directory - Make sure the dist directory contains the files to be uploaded to pypi and call
twine check dist/* - then call
twine upload dist/*to upload to pypi. - call
git push origin master --tagsto push the latest changes and the tags to github.