diff --git a/README.md b/README.md index 5d00199..a93ce1d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # ![tiny](https://user-images.githubusercontent.com/1609449/120636353-8c3f3800-c43b-11eb-8732-a14dec578897.png) superqt! - [![License](https://img.shields.io/pypi/l/superqt.svg?color=green)](https://github.com/napari/superqt/raw/master/LICENSE) [![PyPI](https://img.shields.io/pypi/v/superqt.svg?color=green)](https://pypi.org/project/superqt) [![Python diff --git a/pyproject.toml b/pyproject.toml index 38ea762..4654cea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,4 +7,4 @@ build-backend = "setuptools.build_meta" write_to = "src/superqt/_version.py" [tool.check-manifest] -ignore = ["src/superqt/_version.py"] +ignore = ["src/superqt/_version.py", "mkdocs.yml"]