We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23241f commit 9a069ceCopy full SHA for 9a069ce
setup.py
@@ -33,7 +33,7 @@
33
"local_scheme": "no-local-version",
34
},
35
setup_requires=["setuptools_scm"],
36
- description="uno due tre",
+ description="CircuitPython helper library for gpio expanders (Texas Instrument PCA95xx and TCA95xx chips).",
37
long_description=long_description,
38
long_description_content_type="text/x-rst",
39
# The project's main homepage.
@@ -50,7 +50,7 @@
50
license="MIT",
51
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
52
classifiers=[
53
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
54
"Intended Audience :: Developers",
55
"Topic :: Software Development :: Libraries",
56
"Topic :: System :: Hardware",
0 commit comments