commit | a550376c6eea18652d160ce5e63ffe136237676c | [log] [tgz] |
---|---|---|
author | Mark Liffiton <liffiton@gmail.com> | Sat Apr 28 18:21:16 2018 -0500 |
committer | Yang Deokgyu <secugyu@gmail.com> | Tue Aug 27 18:22:53 2019 +0900 |
tree | efc93682d9a7d60677217d51f09e5a8892f59733 | |
parent | 5c46b3c9fae0b28bd0f5a962b8398d8716ec613c [diff] [blame] |
Convert README to .rst for PyPI.
diff --git a/setup.cfg b/setup.cfg index c68c02d..360d7aa 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -3,5 +3,5 @@ author_email = phil@gadgetoid.com url = https://github.com/WiringPi/WiringPi-Python/ description = A python interface to WiringPi 2.0 library which allows for easily interfacing with the GPIO pins of the Raspberry Pi. Also supports i2c and SPI. -long_description = file:README.md +long_description = file:README.rst license = LGPL