|
5 | 5 | [tool.poetry] |
6 | 6 | name = "circuitpython_pca95xx" |
7 | 7 | version = "0.0.0" |
8 | | - homepage = "https://github.com/gpongelli/CircuitPython_PCA95XX.git" |
9 | | - description = "Utility methods to edit CIRO generated Aladdin Package, generating and adding help pages." |
| 8 | + homepage = "https://github.com/gpongelli/CircuitPython_gpio_expander.git" |
| 9 | + description = "CircuitPython helper library for gpio expanders (Texas Instrument PCA95xx and TCA95xx chips)." |
10 | 10 | authors = ["Gabriele Pongelli <gabriele.pongelli@gmail.com>"] |
| 11 | + license = "MIT" |
| 12 | + keywords = ["adafruit", "blinka", "circuitpython", "micropython", "gpio_expander", "gpio", "expander", "PCA9534", |
| 13 | + "PCA9535", "PCA9555", "TCA9534", "TCA9535", "TCA9555"] |
11 | 14 | readme = "README.rst" |
12 | 15 | classifiers=[ |
13 | | - 'Development Status :: 2 - Pre-Alpha', |
14 | | - 'Intended Audience :: Developers', |
| 16 | + "Development Status :: 3 - Alpha", |
| 17 | + "Intended Audience :: Developers", |
15 | 18 | 'Natural Language :: English', |
| 19 | + "Topic :: Software Development :: Libraries", |
| 20 | + "Topic :: System :: Hardware", |
| 21 | + "License :: OSI Approved :: MIT License", |
16 | 22 | 'Programming Language :: Python :: 3', |
17 | 23 | 'Programming Language :: Python :: 3.9', |
18 | | - 'Programming Language :: Python :: 3.10', |
| 24 | + 'Programming Language :: Python :: 3.10' |
19 | 25 | ] |
20 | 26 |
|
21 | 27 |
|
|
86 | 92 | name = "cz_conventional_commits" |
87 | 93 | version = "0.0.0" |
88 | 94 | version_files = [ |
89 | | - "pca95xx.py:__version__", |
| 95 | + "gpio_expander.py:__version__", |
90 | 96 | "pyproject.toml:version" |
91 | 97 | ] |
92 | 98 | gpg_sign = true |
|
0 commit comments