KipCrossing / geotiff

A noGDAL tool for reading and writing geotiff files
GNU Lesser General Public License v2.1
216 stars 23 forks source link

Use Manifest file to ensure sources are properly packaged #45

Closed Zeitsperre closed 2 years ago

Zeitsperre commented 2 years ago

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.