openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

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

Closed Matoking closed 5 months ago

Matoking commented 5 months ago

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.

bitsgalore commented 5 months ago

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