Skip to content

fix: include tests directory in sdist#363

Open
muhamedfazalps wants to merge 1 commit into
jmespath:developfrom
muhamedfazalps:fix/sdist-tests
Open

fix: include tests directory in sdist#363
muhamedfazalps wants to merge 1 commit into
jmespath:developfrom
muhamedfazalps:fix/sdist-tests

Conversation

@muhamedfazalps

Copy link
Copy Markdown

Add recursive-include for tests/*.py to MANIFEST.in to ensure the tests directory is included in the source distribution. Without this, running tests from an sdist fails with ImportError.

Fixes #341

Add recursive-include for tests/*.py to MANIFEST.in to ensure the
tests directory is included in the source distribution. Without this,
running tests from an sdist fails with ImportError.

Fixes jmespath#341
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sdist is missing tests/__init__.py

1 participant