Skip to content

Commit 9a069ce

Browse files
committed
fix: setup.py
1 parent a23241f commit 9a069ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"local_scheme": "no-local-version",
3434
},
3535
setup_requires=["setuptools_scm"],
36-
description="uno due tre",
36+
description="CircuitPython helper library for gpio expanders (Texas Instrument PCA95xx and TCA95xx chips).",
3737
long_description=long_description,
3838
long_description_content_type="text/x-rst",
3939
# The project's main homepage.
@@ -50,7 +50,7 @@
5050
license="MIT",
5151
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
5252
classifiers=[
53-
"Development Status :: 3 - Alpha",
53+
"Development Status :: 4 - Beta",
5454
"Intended Audience :: Developers",
5555
"Topic :: Software Development :: Libraries",
5656
"Topic :: System :: Hardware",

0 commit comments

Comments
 (0)