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 24f50c4 commit 7c2c82aCopy full SHA for 7c2c82a
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Version history
2
3
4
+## WIP
5
+
6
+### Bugfixes
7
8
+- Add `requirements.txt` to `sdist` package
9
10
11
## 2.0.0
12
13
### Features
MANIFEST.in
@@ -1,3 +1,4 @@
include mypy.ini
include pytest.ini
+include requirements.txt
graft pytest_mypy_plugins/tests
0 commit comments