diff --git a/README.md b/README.md index 5b01e85..f271823 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # 🙌 Handsdown - Python documentation generator -[![PyPI - Handsdown](https://img.shields.io/pypi/v/handsdown.svg?color=blue&style=for-the-badge)](https://pypi.org/project/handsdown) -[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/handsdown.svg?color=blue&style=for-the-badge)](https://pypi.org/project/handsdown) -![PyPI - Downloads](https://img.shields.io/pypi/dm/handsdown?color=blue&style=for-the-badge) -[![Build Status](https://img.shields.io/travis/vemel/handsdown.svg?style=for-the-badge)](https://travis-ci.org/vemel/handsdown) -[![Code Coverage](https://img.shields.io/codecov/c/gh/vemel/handsdown.svg?style=for-the-badge)](https://codecov.io/gh/vemel/handsdown/tree/main/handsdown) -[![Docs](https://img.shields.io/readthedocs/handsdown.svg?color=blue&style=for-the-badge)](https://handsdown.readthedocs.io/) +[![PyPI - Handsdown](https://img.shields.io/pypi/v/handsdown.svg?color=blue&label=awscliv2e)](https://pypi.org/project/handsdown) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/handsdown.svg?color=blue)](https://pypi.org/project/handsdown) +[![PyPI - Downloads](https://static.pepy.tech/badge/handsdown)](https://pepy.tech/project/handsdown) +[![Build Status](https://img.shields.io/travis/vemel/handsdown.svg)](https://travis-ci.org/vemel/handsdown) +[![Code Coverage](https://img.shields.io/codecov/c/gh/vemel/handsdown.svg)](https://codecov.io/gh/vemel/handsdown/tree/main/handsdown) +[![Docs](https://img.shields.io/readthedocs/handsdown.svg?color=blue)](https://handsdown.readthedocs.io/) Python docstring-based documentation generator for lazy perfectionists. diff --git a/handsdown/cli_parser.py b/handsdown/cli_parser.py index 1e7408d..ca8cfee 100644 --- a/handsdown/cli_parser.py +++ b/handsdown/cli_parser.py @@ -13,7 +13,7 @@ from handsdown.utils.nice_path import NicePath try: - import importlib.metadata as metadata + import importlib.metadata as metadata # type: ignore except ModuleNotFoundError: import importlib_metadata as metadata diff --git a/pyproject.toml b/pyproject.toml index 1fda8ae..1884ecc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,3 +124,4 @@ reportMissingTypeArgument = "error" reportIncompatibleMethodOverride = "error" reportIncompatibleVariableOverride = "error" reportUnknownParameterType = "error" +pythonVersion = "3.7"