Skip to content

Commit 2994bbd

Browse files
committed
Update development status classifier
1 parent b36f0f5 commit 2994bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author_email="thomas@initialstate.com",
3131
python_requires=">=3.6",
3232
classifiers=[
33-
"Development Status :: 2 - Pre-Alpha",
33+
"Development Status :: 5 - Production/Stable",
3434
"Environment :: Console",
3535
"Intended Audience :: Developers",
3636
"Natural Language :: English",
@@ -43,7 +43,7 @@
4343
"Programming Language :: Python :: 3.9",
4444
"Topic :: Utilities",
4545
],
46-
description=("A Python package that allows for simple access to the TekDrive API."),
46+
description=("Package to interact with the TekDrive API."),
4747
install_requires=["requests >=2.25.0, <3.0"],
4848
extras_require=extras,
4949
keywords="tektronix tekdrive tekcloud",

tests/unit/core/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)