Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Update MANIFEST.in to add tests and Makefile to sdist (#88)
Browse files Browse the repository at this point in the history
```
❯ check-manifest
lists of files in version control and sdist do not match!
missing from sdist:
  Makefile
  tests/test_pytest_pydocstyle.py
suggested MANIFEST.in rules:
  include Makefile
  recursive-include tests *.py
```

Close #86
  • Loading branch information
henry0312 authored Oct 28, 2022
1 parent 0af8353 commit 810f3b7
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 810f3b7

Please sign in to comment.