-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tidy MANIFEST.in and remove check-manifest (#382)
Delete some unnecessary entries from MANIFEST.in which trigger warnings from setuptools, and remove check-manifest which requires these unnecessary entries. Should be fine without check-manifest as tox uses isolated builds now.
- Loading branch information
1 parent
c5185b5
commit 3e62fef
Showing
3 changed files
with
0 additions
and
13 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
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,7 @@ | ||
global-exclude *.py[cod] | ||
prune __pycache__ | ||
prune docs | ||
prune requirements | ||
prune scripts | ||
prune tests | ||
exclude .editorconfig | ||
exclude .pre-commit-config.yaml | ||
exclude .readthedocs.yaml | ||
exclude CHANGELOG.rst | ||
exclude tox.ini | ||
include LICENSE | ||
include pyproject.toml | ||
include README.rst |
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