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 b36f0f5 commit 2994bbdCopy full SHA for 2994bbd
setup.py
@@ -30,7 +30,7 @@
30
author_email="thomas@initialstate.com",
31
python_requires=">=3.6",
32
classifiers=[
33
- "Development Status :: 2 - Pre-Alpha",
+ "Development Status :: 5 - Production/Stable",
34
"Environment :: Console",
35
"Intended Audience :: Developers",
36
"Natural Language :: English",
@@ -43,7 +43,7 @@
43
"Programming Language :: Python :: 3.9",
44
"Topic :: Utilities",
45
],
46
- description=("A Python package that allows for simple access to the TekDrive API."),
+ description=("Package to interact with the TekDrive API."),
47
install_requires=["requests >=2.25.0, <3.0"],
48
extras_require=extras,
49
keywords="tektronix tekdrive tekcloud",
tests/unit/core/__init__.py
0 commit comments