Skip to content

Commit

Permalink
Update MANIFEST.in w/1st pass at testable sdist
Browse files Browse the repository at this point in the history
Part of #264
  • Loading branch information
bskinn committed Nov 23, 2022
1 parent 3db2aa6 commit 9c0e2e1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MANIFEST.in
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

0 comments on commit 9c0e2e1

Please sign in to comment.