diff --git a/CHANGELOG.md b/CHANGELOG.md index 605dab1..bc788bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Version history +## WIP + +### Bugfixes + +- Add `requirements.txt` to `sdist` package + + ## 2.0.0 ### Features diff --git a/MANIFEST.in b/MANIFEST.in index 42f695b..e74283a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include mypy.ini include pytest.ini +include requirements.txt graft pytest_mypy_plugins/tests