Skip to content

Commit

Permalink
Add requirements.txt to sdist package (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelka committed Jun 30, 2023
1 parent 24f50c4 commit 7c2c82a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Version history


## WIP

### Bugfixes

- Add `requirements.txt` to `sdist` package


## 2.0.0

### Features
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include mypy.ini
include pytest.ini
include requirements.txt
graft pytest_mypy_plugins/tests

0 comments on commit 7c2c82a

Please sign in to comment.