Metadata-Version: 2.1
Name: qiplot
Version: 1.0.18
Summary: Graphs in 1D and 2D
Maintainer: steche
Maintainer-email: schecchi--NoSpam--@gmx.com
License: MIT
Description-Content-Type: text/markdown

Checklist to update version on PyPi and Gitlab:
 1) edit code
 2) edit setup.py (increase version number)
 3) cd to same level as setup.py
# pypi
 4) python -m build
 5) twine upload dist/* --skip-existing
# gitlab
 6) git push
