~javiljoen/lttb-numpy

545e9e11399e14462fb31f47dcdd816d651d0e64 — Jens Krüger 3 years ago 058057a
Fixes setup.py non-ASCII character issue.
1 files changed, 1 insertions(+), 1 deletions(-)

M setup.py
M setup.py => setup.py +1 -1
@@ 6,7 6,7 @@ setuptools.setup(
    url="https://github.com/javiljoen/lttb.py",
    author="Jack Viljoen",
    author_email="javiljoen@users.noreply.github.com",
    description="Largest-Triangle-Three-Buckets algorithm for downsampling time series–like data",
    description="Largest-Triangle-Three-Buckets algorithm for downsampling time series-like data",
    long_description=open("README.rst").read(),
    long_description_content_type="text/x-rst",
    packages=["lttb"],