Skip to content

Commit 3979479

Browse files
author
Nikita Filonov
committed
Update setup.py
1 parent a2b68c5 commit 3979479

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="ui-coverage-tool",
5-
version="0.11.0",
5+
version="0.13.0",
66
packages=find_packages(),
77
include_package_data=True,
88
install_requires=[
@@ -18,7 +18,10 @@
1818
},
1919
author="Nikita Filonov",
2020
author_email="filonov.nikitkaa@gmail.com",
21-
description="TODO",
21+
description=(
22+
"UI Coverage Tool is an innovative, no-overhead solution for tracking and visualizing "
23+
"UI test coverage — directly on your actual application, not static snapshots."
24+
),
2225
long_description=open('README.md').read(),
2326
long_description_content_type="text/markdown",
2427
url="https://github.com/Nikita-Filonov/ui-coverage-tool",

0 commit comments

Comments
 (0)