-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 w/1st pass at testable sdist
Part of #264
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 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,15 @@ | ||
include AUTHORS.md CHANGELOG.md CONTRIBUTING.md LICENSE.txt pyproject.toml | ||
include README.rst requirements-dev.txt requirements-flake8.txt tox.ini | ||
|
||
include src/sphobjinv/_vendored/fuzzywuzzy/LICENSE.txt | ||
graft src/sphobjinv/_vendored/fuzzywuzzy | ||
|
||
recursive-include doc/source * | ||
graft doc/source | ||
include doc/make.bat doc/Makefile | ||
|
||
include tests/*.py | ||
include tests/resource/objects_attrs* | ||
include conftest.py | ||
graft tests | ||
prune tests/resource | ||
include tests/resource/objects_attrs* tests/resource/objects_sarge* | ||
|
||
global-exclude __pycache__/* | ||
prune **/*.egg-info |