Skip to content

Commit

Permalink
Update MANIFEST.in now that check-manifest runs
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Oct 13, 2021
1 parent c3f5e9a commit 8001f4b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Include the license file
include LICENSE

# Include the README
include README.rst

# Include the MANIFEST itself
include MANIFEST.in
include LICENSE README.rst MANIFEST.in
include pyproject.toml

# Include directory with test suite
recursive-include tests *.py

# Type support
recursive-include src py.typed

exclude .pre-commit-config.yaml codecov.yml

0 comments on commit 8001f4b

Please sign in to comment.