pytransitions / transitions

A lightweight, object-oriented finite state machine implementation in Python with many extensions
MIT License
5.49k stars 524 forks source link

setup.cfg: change description-file to description_file #538

Closed ConiKost closed 3 years ago

ConiKost commented 3 years ago

UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead.

Signed-off-by: Conrad Kostecki conikost@gentoo.org

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 98.773% when pulling ec7658ee30c604d3c9b1ed96763f47abdb2507cc on ConiKost:python into 203fa8fc898d916d87b71527301a4c1294858789 on pytransitions:master.

aleneum commented 3 years ago

Thanks @ConiKost!