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

Exclude 'tests' from package and remove remaining 'six' references #224

Merged
merged 2 commits into from Jan 26, 2024

Conversation

Matoking
Copy link
Contributor

Prevent 'tests' from being accidentally packaged alongside the
'jpylyzer' package.

The wheel and sdist on PyPI install the tests package, which can cause conflicts in some environments.

Remove remaining 'six' references, as the Python 2 & 3 backwards compatibility library is no longer used anywhere in the code and the package itself is now Python 3 only.

Prevent 'tests' from being accidentally packaged alongside the
'jpylyzer' package.
six Python 2 & 3 backwards compatibility library is no longer used
anywhere in the code and the package itself is now Python 3 only.
@bitsgalore bitsgalore merged commit 9386a22 into openpreserve:master Jan 26, 2024
1 check passed
@bitsgalore
Copy link
Member

@Matoking Good call, I just merged your changes into the main branch. Thanks for this contribution!

@bitsgalore bitsgalore added this to the 2.2.1 milestone Feb 20, 2024
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.

None yet

2 participants