updated documentation images

This commit is contained in:
Tom Schimansky
2021-08-25 17:33:44 +02:00
parent ccd1040329
commit b4f8166940
6 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,14 @@
from setuptools import setup
import os
# Update in pypi:
#
# 1. delete old /dist
# 2. python3 -m pip install --upgrade build
# 3. python3 -m build
# 4. python3 -m twine upload dist/*
#
def read(filename):
try: