AdvancedClimateSystems / uModbus

Python implementation of the Modbus protocol.
Mozilla Public License 2.0
211 stars 81 forks source link

Use setup.cfg for long_description #85

Open ktns opened 4 years ago

ktns commented 4 years ago

Fixes #84.

It seems setuptools can determine an encoding of a file if I write like long_description = file: README.rst in setup.cfg.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.2%) to 95.861% when pulling 31b27fecfe5f87d7ce790962678d5bc283862b1b on ktns:use-setup.cfg-for-long_description into 749d69f62fcda09a6d0bc1776f301ee819cb6076 on AdvancedClimateSystems:master.