The newest version of Geotiff introduced a regression to the tar.gz sources (my bad!); The source setup.py demands the file requirements.txt but since there is no manifest, this file is skipped when packaging the sources, making the sources available on PyPI broken. This can easily be fixed by adding a Manifest.in and adding the files that are needed for building to the package.
The newest version of Geotiff introduced a regression to the
tar.gz
sources (my bad!); The sourcesetup.py
demands the filerequirements.txt
but since there is no manifest, this file is skipped when packaging the sources, making the sources available on PyPI broken. This can easily be fixed by adding aManifest.in
and adding the files that are needed for building to the package.