-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MANIFEST.in now that check-manifest runs
- Loading branch information
1 parent
c3f5e9a
commit 8001f4b
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |