fix check-manifest

This commit is contained in:
Talley Lambert
2022-10-04 19:18:02 -04:00
parent 74e754d946
commit f8bb9954e6
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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"]