|
3 | 3 | # This is a python install script written for qwiic python package. |
4 | 4 | # |
5 | 5 | # Written by SparkFun Electronics, May 2019 |
6 | | -# |
7 | | -# This python library supports the SparkFun Electroncis qwiic |
8 | | -# ecosystem, providing an plaform indepenant interface to the |
9 | | -# I2C bus. |
| 6 | +# |
| 7 | +# This python library supports the SparkFun Electroncis qwiic |
| 8 | +# ecosystem, providing an plaform indepenant interface to the |
| 9 | +# I2C bus. |
10 | 10 | # |
11 | 11 | # More information on qwiic is at https://www.sparkfun.com/qwiic |
12 | 12 | # |
|
15 | 15 | #================================================================================== |
16 | 16 | # Copyright (c) 2019 SparkFun Electronics |
17 | 17 | # |
18 | | -# Permission is hereby granted, free of charge, to any person obtaining a copy |
19 | | -# of this software and associated documentation files (the "Software"), to deal |
20 | | -# in the Software without restriction, including without limitation the rights |
21 | | -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
22 | | -# copies of the Software, and to permit persons to whom the Software is |
| 18 | +# Permission is hereby granted, free of charge, to any person obtaining a copy |
| 19 | +# of this software and associated documentation files (the "Software"), to deal |
| 20 | +# in the Software without restriction, including without limitation the rights |
| 21 | +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 22 | +# copies of the Software, and to permit persons to whom the Software is |
23 | 23 | # furnished to do so, subject to the following conditions: |
24 | 24 | # |
25 | | -# The above copyright notice and this permission notice shall be included in all |
| 25 | +# The above copyright notice and this permission notice shall be included in all |
26 | 26 | # copies or substantial portions of the Software. |
27 | 27 | # |
28 | | -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
29 | | -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
30 | | -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
31 | | -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
32 | | -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
33 | | -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 28 | +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 29 | +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 30 | +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 31 | +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 32 | +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 33 | +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
34 | 34 | # SOFTWARE. |
35 | 35 | #================================================================================== |
36 | 36 |
|
|
51 | 51 | # Versions should comply with PEP440. For a discussion on single-sourcing |
52 | 52 | # the version across setup.py and the project code, see |
53 | 53 | # http://packaging.python.org/en/latest/tutorial.html#version |
54 | | - version='0.5.1', |
| 54 | + version='0.9.0', |
55 | 55 |
|
56 | 56 | description='SparkFun Electronics qwiic Keypad', |
57 | 57 | long_description=long_description, |
|
84 | 84 | 'License :: OSI Approved :: MIT License', |
85 | 85 |
|
86 | 86 | # Specify the Python versions you support here. In particular, ensure |
87 | | - # that you indicate whether you support Python 2, Python 3 or both. |
| 87 | + # that you indicate whether you support Python 2, Python 3 or both. |
88 | 88 | 'Programming Language :: Python :: 2.7', |
89 | 89 | 'Programming Language :: Python :: 3.5', |
90 | 90 | 'Programming Language :: Python :: 3.6', |
|
0 commit comments