pnkraemer / tueplots

Figure sizes, font sizes, fonts, and more configurations at minimal overhead. Fix your journal papers, conference proceedings, and other scientific publications.
https://tueplots.readthedocs.io
MIT License
656 stars 25 forks source link

Simplify Tueplots' build process by only using a `pyproject.toml` file #132

Closed pnkraemer closed 3 months ago

pnkraemer commented 7 months ago

Currently, Tueplots uses a combination of a setup.cfg, a setup.py, and a pyproject.toml file.

As of (more or less) recently, only the pyproject.toml file is needed, and Tueplots' build process should be updated. See https://github.com/pnkraemer/matfree for an example.