We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4767a3 commit 3f931daCopy full SHA for 3f931da
setup.py
@@ -44,7 +44,7 @@
44
author = 'Justin Cooper',
45
author_email = 'justin@adafruit.com',
46
description = 'A module to control BeagleBone IO channels',
47
- long_description = open_as_utf8('README.rst').read() + open_as_utf8('CHANGELOG.rst').read(),
+ long_description = open_as_utf8('README.md').read() + open_as_utf8('CHANGELOG.md').read(),
48
license = 'MIT',
49
keywords = 'Adafruit BeagleBone IO GPIO PWM ADC',
50
url = 'https://github.com/adafruit/adafruit-beaglebone-io-python/',
0 commit comments