timvink / mkdocs-table-reader-plugin

MkDocs plugin that enables a markdown tag like {{ read_csv('table.csv') }} to directly insert various table formats into a page
https://timvink.github.io/mkdocs-table-reader-plugin/
MIT License
120 stars 20 forks source link

Use new `pyproject.toml` syntax #70

Closed timvink closed 1 week ago

timvink commented 4 weeks ago
DEPRECATION: Legacy editable install of mkdocs-table-reader-plugin==3.0.1 from file:///home/azureuser/workspace/mkdocs-table-reader-plugin (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457