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 ad3ee7f commit 82e2479Copy full SHA for 82e2479
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Version history
2
3
4
+## WIP
5
+
6
+### Bugfixes
7
8
+- Also include `mypy.ini` and `pytest.ini` to `sdist` package
9
10
11
## Version 1.11.1
12
13
### Bugfixes
MANIFEST.in
@@ -1 +1,3 @@
+include mypy.ini
+include pytest.ini
graft pytest_mypy_plugins/tests
0 commit comments