File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Pigpio Encoder
22
3- Version: 0.2.1
4- Requires Python 3
3+ Version: 0.2.2
4+ ### Requires Python 3
55
66#### Python module for the KY040 rotary encoder.
77This module has been developed for quickly interface a rotary encoder with Raspberry Pi.
Original file line number Diff line number Diff line change 11# Rotary encoder class based on pigpio library
2- # version: 0.2.1
2+ # version: 0.2.2
33
44import pigpio
55import time
Original file line number Diff line number Diff line change 99 long_description = f .read ()
1010
1111setup (name = 'pigpio_encoder' ,
12- version = '0.2.1 ' ,
12+ version = '0.2.2 ' ,
1313 description = 'Python module for for quickly interface a KY040 rotary encoder with Raspberry Pi.' ,
1414 long_description = long_description ,
1515 long_description_content_type = 'text/markdown' ,
2121 ],
2222 keywords = 'rotary encoder switch ky040 gpio raspberry' ,
2323 url = 'https://github.com/vash3d/pigpio_encoder' ,
24- download_url = 'https://github.com/vash3d/pigpio_encoder/archive/0.2.1 .tar.gz' ,
24+ download_url = 'https://github.com/vash3d/pigpio_encoder/archive/0.2.2 .tar.gz' ,
2525 author = 'vash' ,
2626 author_email = 'vash.3d@gmail.com' ,
2727 license = 'GNU GPLv3' ,
You can’t perform that action at this time.
0 commit comments