llazzaro / django-scheduler

A calendaring app for Django.
BSD 3-Clause "New" or "Revised" License
1.27k stars 391 forks source link

Move setup.py content to setup.cfg #533

Closed francoisfreitag closed 1 year ago

francoisfreitag commented 1 year ago

Prefer a declarative style over an executable script. Will facilitate the transition to PEP 517 builds.

The test_suite entry was not ported, as it was not recognized by setup.py, and the runtests helper was remove in be9d5eaa006e256edf42ea55bbb5b88def117e77.

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 79.888% when pulling e4fc8cf00f96a0c5de1df22e704848312b762909 on francoisfreitag:setuppy into 2826c14020f1e5a55de48aa90c5deee18697d559 on llazzaro:develop.