Skip to content

Commit 7c2c82a

Browse files
authored
Add requirements.txt to sdist package (#120)
1 parent 24f50c4 commit 7c2c82a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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+
- Add `requirements.txt` to `sdist` package
9+
10+
411
## 2.0.0
512

613
### Features

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include mypy.ini
22
include pytest.ini
3+
include requirements.txt
34
graft pytest_mypy_plugins/tests

0 commit comments

Comments
 (0)