Skip to content
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

pyzipper 0.3.5 wheel file includes the test folder and it should be excluded #24

Closed
johnl2323 opened this issue Jul 26, 2022 · 1 comment · Fixed by #25
Closed

pyzipper 0.3.5 wheel file includes the test folder and it should be excluded #24

johnl2323 opened this issue Jul 26, 2022 · 1 comment · Fixed by #25

Comments

@johnl2323
Copy link

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".

packages=find_packages(exclude=('tests', 'docs')),

@danifus
Copy link
Owner

danifus commented Jul 31, 2022

The test/support directory was still hanging around even with the fixed path. Pruning it via the MANIFEST.in file managed to remove everything.

I've pushed out the changes as 0.3.6

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 a pull request may close this issue.

2 participants