Skip to content

Commit

Permalink
Update MANIFEST.in to add tests and Makefile to sdist (#100)
Browse files Browse the repository at this point in the history
henry0312/pytest-pydocstyle#86

```sh
❯ check-manifest
lists of files in version control and sdist do not match!
missing from sdist:
  Makefile
  tests/test_pytest_pycodestyle.py
suggested MANIFEST.in rules:
  include Makefile
  recursive-include tests *.py
```
  • Loading branch information
henry0312 authored Oct 28, 2022
1 parent 588c402 commit 8c757b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include LICENSE
include Makefile
include README.md
include VERSION
recursive-include tests *.py

0 comments on commit 8c757b3

Please sign in to comment.