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 a2b68c5 commit 3979479Copy full SHA for 3979479
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="ui-coverage-tool",
5
- version="0.11.0",
+ version="0.13.0",
6
packages=find_packages(),
7
include_package_data=True,
8
install_requires=[
@@ -18,7 +18,10 @@
18
},
19
author="Nikita Filonov",
20
author_email="filonov.nikitkaa@gmail.com",
21
- description="TODO",
+ 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
+ ),
25
long_description=open('README.md').read(),
26
long_description_content_type="text/markdown",
27
url="https://github.com/Nikita-Filonov/ui-coverage-tool",
0 commit comments