frederickjansen / polyline

A Python implementation of Google's Encoded Polyline Algorithm Format.
http://goo.gl/PvXf8Y
MIT License
114 stars 19 forks source link

Newlines are not allowed in summary #16

Closed AlphaJack closed 7 months ago

AlphaJack commented 7 months ago

Hi, I got this warning while installing the package:

/usr/lib/python3.11/site-packages/setuptools/_core_metadata.py:157: SetuptoolsDeprecationWarning: Invalid config.
!!

        ********************************************************************************
        newlines are not allowed in `summary` and will break in the future
        ********************************************************************************

!!
  write_field('Summary', single_line(summary))
frederickjansen commented 7 months ago

Thanks, looks like a change in setuptools. This shouldn't be an issue for now but I'll fix this in the next release.

frederickjansen commented 7 months ago

Fixed in v2.0.2