Skip to content

Commit e4c5f23

Browse files
author
Juliya Smith
authored
Jules/release prep (#5)
1 parent 211a7d6 commit e4c5f23

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
name="code42cli",
1616
version=about["__version__"],
17-
description="The office command line tool for interacting with Code42",
17+
description="The official command line tool for interacting with Code42",
1818
long_description=readme,
1919
long_description_content_type="text/markdown",
2020
packages=find_packages("src"),

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ deps =
1111
pytest == 4.6.5
1212
pytest-mock == 2.0.0
1313
pytest-cov == 2.8.1
14-
# used for mocking objects in the keyring library
15-
keyring == 18.0.1
1614

1715
commands =
1816
# -v: verbose

0 commit comments

Comments
 (0)