First of all: thanks for this library; it's really well done and useful.
When using pip 22.3 and setuptools 65.5.0 under python 3.8.10 in a new virtual environment, I see the following deprecation warning when installing simplekml:
DEPRECATION: simplekml is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Looks like this won't be an active problem until April of 2023, but I wanted to make you aware.
Thanks!
First of all: thanks for this library; it's really well done and useful.
When using pip 22.3 and setuptools 65.5.0 under python 3.8.10 in a new virtual environment, I see the following deprecation warning when installing
simplekml:Looks like this won't be an active problem until April of 2023, but I wanted to make you aware.
Thanks!