navis-org / pymaid

Python library to interface with CATMAID servers. Fully interoperable with navis.
https://pymaid.readthedocs.io/en/latest/
GNU General Public License v3.0
23 stars 11 forks source link

Remove non ASCII characters #200

Closed nilsec closed 3 years ago

nilsec commented 3 years ago

Because the readme is referenced as a long description in setup.py this can cause pip install to fail due to a UnicodeDecodeError.

schlegelp commented 3 years ago

Thanks for the fix!