painless-software / python-cli-test-helpers

Useful helpers for writing tests for your Python CLI program.
https://python-cli-test-helpers.readthedocs.io
GNU General Public License v3.0
28 stars 4 forks source link

Migrate packaging from `setup.py` to `pyproject.toml` #49

Closed bittner closed 8 months ago

bittner commented 8 months ago

Replaces setup.py by pyproject.toml for modern packaging.

This change drops support for Python 3.5 and 3.6 (at least for running their tests with Tox).