diff --git a/MANIFEST.in b/MANIFEST.in index 52fb7d1..98806af 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -recursive-include ./.github/images * \ No newline at end of file +recursive-include ./doc/images * \ No newline at end of file diff --git a/README.md b/README.md index 9dd563a..ae42610 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Qatouch integration with pytest](.github/images/pytest-qatouch.png 'Qatouch integration with pytest') +![Qatouch integration with pytest](./doc/images/pytest-qatouch.png 'Qatouch integration with pytest') ___ [![PyPI](https://img.shields.io/pypi/v/pytest-qatouch?color=blue&label=version&logo=python&logoColor=blue)](https://pypi.org/project/pytest-qatouch/) [![Downloads](https://static.pepy.tech/personalized-badge/pytest-qatouch?period=total&units=international_system&left_color=grey&right_color=blue&left_text=downloads)](https://pepy.tech/project/pytest-qatouch)[![Python package](https://github.com/MohamedRaslan/pytest-qatouch/actions/workflows/code-test.yml/badge.svg)](https://github.com/MohamedRaslan/pytest-qatouch/actions/workflows/code-test.yml) [![codecov](https://codecov.io/gh/MohamedRaslan/pytest-qatouch/branch/main/graph/badge.svg?token=SD4WWNE48S)](https://codecov.io/gh/MohamedRaslan/pytest-qatouch) @@ -84,7 +84,7 @@ qatouch-testrun-key (string): The testrun key in qatouch project ## User guide For further documentation see **[wiki](https://github.com/MohamedRaslan/pytest-qatouch/wiki)** and checkout this video: -[![Qatouch integration with pytest](.github/images/Thumbnail.png)](https://www.youtube.com/watch?v=tC_qbNr_M0k 'Qatouch integration with pytest') +[![Qatouch integration with pytest](./doc/images/Thumbnail.png)](https://www.youtube.com/watch?v=tC_qbNr_M0k 'Qatouch integration with pytest') ## Issues diff --git a/.github/images/Thumbnail.png b/doc/images/Thumbnail.png similarity index 100% rename from .github/images/Thumbnail.png rename to doc/images/Thumbnail.png diff --git a/.github/images/pytest-qatouch.png b/doc/images/pytest-qatouch.png similarity index 100% rename from .github/images/pytest-qatouch.png rename to doc/images/pytest-qatouch.png