We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211a7d6 commit e4c5f23Copy full SHA for e4c5f23
setup.py
@@ -14,7 +14,7 @@
14
setup(
15
name="code42cli",
16
version=about["__version__"],
17
- description="The office command line tool for interacting with Code42",
+ description="The official command line tool for interacting with Code42",
18
long_description=readme,
19
long_description_content_type="text/markdown",
20
packages=find_packages("src"),
tox.ini
@@ -11,8 +11,6 @@ deps =
11
pytest == 4.6.5
12
pytest-mock == 2.0.0
13
pytest-cov == 2.8.1
- # used for mocking objects in the keyring library
- keyring == 18.0.1
commands =
# -v: verbose
0 commit comments