-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests folder in tarball, pypi #77
Comments
I'm not sure I understood the question, but tests are removed because they are ignored by find_packages in setup.py:
As you can see they are correctly omitted from the source distribution:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any reason the tests folder therefore the testsuite never made it into the tarball staged at pypi?
The source has no MANIFEST.in
The text was updated successfully, but these errors were encountered: