adafruit / cookiecutter-adafruit-circuitpython

Cookiecutter template for Adafruit's CircuitPython libraries.
MIT License
22 stars 37 forks source link

PyPi Updates #46

Closed sommersoft closed 5 years ago

sommersoft commented 5 years ago

Fixes a PEP8 fail, that pylint complained about.

More importantly, adds the Installing from PyPI section to the library README. On the initial template, the section will contain an rST note stating that the library is not available on PyPI. There is also a todo to either:

  1. Remove the note if the library will be available from PyPI upon release.
  2. Remove the entire section if the library will not be released on PyPI.

The todo will fail Travis on the sphinx build, so this will be addressed on PRs if missed.