missinglinkelectronics / sphinxcontrib-svg2pdfconverter

Sphinx SVG to PDF converter extension
Other
21 stars 10 forks source link

restore minimal PEP517 pyproject.toml #24

Open bollwyvl opened 2 months ago

bollwyvl commented 2 months ago

references

changes

test procedure

python setup.py bdist_wheel  # works, with warnings
pyproject-build              # works, with warnings
python -m pip install -e .   # works

examples of warning:

# SetuptoolsDeprecationWarning: setup.py install is deprecated.
# SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.

next steps

An alternative PR will propose replacing setup.(py|cfg) with pyproject.toml, as per the setuptools docs