File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11v0.0.1, 2014-12-27 -- Initial release.
2- v0.0.2, 2014-12-27 -- Rename README.md to README.txt
3- v0.0.5, 2014-12-29 -- General clean up
4- v0.0.6, 2014-12-29 -- Trying to get this README.txt to display correctly
5- v0.0.7, 2014-12-29 -- Add on/off methods
6- v0.0.8, 2014-12-30 -- Refactor pin setup method and add test script
7- v0.0.9, 2014-12-31 -- Add cleanup method and fix some documentation
8- v0.0.10, 2015-01-05 -- Add get_config for all pins
2+ v0.0.2, 2014-12-27 -- Rename README.md to README.txt.
3+ v0.0.5, 2014-12-29 -- General clean up.
4+ v0.0.6, 2014-12-29 -- Trying to get this README.txt to display correctly.
5+ v0.0.7, 2014-12-29 -- Add on/off methods.
6+ v0.0.8, 2014-12-30 -- Refactor pin setup method and add test script.
7+ v0.0.9, 2014-12-31 -- Add cleanup method and fix some documentation.
8+ v0.0.10, 2015-01-05 -- Add get_config for all pins.
9+ v0.0.11, 2015-01-05 -- Update project page URL.
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'Pi-Pin-Manager' ,
5- version = '0.0.10 ' ,
5+ version = '0.0.11 ' ,
66 author = 'Brian Hines' ,
77 author_email = 'brian@projectweekend.net' ,
88 packages = ['pi_pin_manager' ],
9- url = 'http://pypi.python.org/pypi /Pi-Pin-Manager/' ,
9+ url = 'http://projectweekend.github.io /Pi-Pin-Manager/' ,
1010 license = 'LICENSE.txt' ,
1111 description = 'Setup Raspberry Pi GPIO pins using a configuration file, not boilerplate.' ,
1212 long_description = open ('README.txt' ).read (),
You can’t perform that action at this time.
0 commit comments