|
|
@ -1,6 +1,6 @@ |
|
|
|
# ASCII-ART-BUT-WITH-UNICODE |
|
|
|
|
|
|
|
``` |
|
|
|
<pre> |
|
|
|
---------H---------H---------H---------H---------H---------H---------H---------H---------H---------H |
|
|
|
-------------------e------e-------e------e-------e-------e------e-------e------e-------e------------ |
|
|
|
----------------------------l----l-----l----l----l----l----l-----l----l----l------------------------ |
|
|
@ -51,14 +51,12 @@ |
|
|
|
---------------r----------------r----------------r----------------r----------------r---------------- |
|
|
|
-----r-------------l--------------l--------------l--------------l--------------l-------------r------ |
|
|
|
------------l-----------d------------d-----------d-----------d------------d-----------l------------l |
|
|
|
``` |
|
|
|
</pre> |
|
|
|
|
|
|
|
Work in progress :) |
|
|
|
|
|
|
|
# Release (PyPi package building) |
|
|
|
|
|
|
|
<https://python-packaging-tutorial.readthedocs.io/en/latest/setup_py.html> |
|
|
|
|
|
|
|
Make the pip wheel: |
|
|
|
|
|
|
|
`$ python3 setup.py bdist_wheel` |
|
|
|