Skip to content

Commit 82e2479

Browse files
committed
Include mypy and pytest config to sdist package
1 parent ad3ee7f commit 82e2479

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Version history
22

33

4+
## WIP
5+
6+
### Bugfixes
7+
8+
- Also include `mypy.ini` and `pytest.ini` to `sdist` package
9+
10+
411
## Version 1.11.1
512

613
### Bugfixes

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
include mypy.ini
2+
include pytest.ini
13
graft pytest_mypy_plugins/tests

0 commit comments

Comments
 (0)