metomi / isodatetime

:date: :watch: Python ISO 8601 date time parser and data model/manipulation utilities
GNU Lesser General Public License v3.0
38 stars 20 forks source link

Switch to `pyproject.toml` #240

Closed MetRonnie closed 1 year ago

MetRonnie commented 1 year ago

Move from setup.py to pyproject.toml

Docs:

Also:

oliver-sanders commented 1 year ago

It might be worth taking the opportunity to roll the pytest.ini and .bandit files into this (& .coveragerc maybe?).

MetRonnie commented 1 year ago

(& .coveragerc maybe?).

Decided against this as coverage configs can be quite lengthy and also the exclusion regexes would need extra escaping in TOML