We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried using/installing the pyzipper wheel file but the wheel is also installing the "test" folder/files.
The setup.py needs to be updated to exclude the "test" folder or the test folder needs to be renamed "tests".
pyzipper/setup.py
Line 97 in 774a0c7
The text was updated successfully, but these errors were encountered:
84d89c9
The test/support directory was still hanging around even with the fixed path. Pruning it via the MANIFEST.in file managed to remove everything.
test/support
MANIFEST.in
I've pushed out the changes as 0.3.6
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I tried using/installing the pyzipper wheel file but the wheel is also installing the "test" folder/files.
The setup.py needs to be updated to exclude the "test" folder or the test folder needs to be renamed "tests".
pyzipper/setup.py
Line 97 in 774a0c7
The text was updated successfully, but these errors were encountered: