Skip to content

Commit

Permalink
The source and all extras_install didn't include all sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Apr 21, 2022
1 parent bc75e59 commit 41b2f25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log

## Unreleased
## 1.14.1

### Changes
- The sources extra_installs didn't include all sources ([833](../../pull/833))

## 1.14.0

### Features
- Vips tile source and tiled file writer ([816](../../pull/816), [827](../../pull/827), [830](../../pull/830))
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@
'gdal': ['large-image-source-gdal'],
'mapnik': ['large-image-source-mapnik'],
'multi': ['large-image-source-multi'],
'nd2': ['large-image-source-nd2'],
'ometiff': ['large-image-source-ometiff'],
'openjpeg': ['large-image-source-openjpeg'],
'openslide': ['large-image-source-openslide'],
'pil': ['large-image-source-pil'],
'test': ['large-image-source-test'],
'tiff': ['large-image-source-tiff'],
'vips': ['large-image-source-vips'],
}
if sys.version_info >= (3, 7):
sources.update({
Expand Down

0 comments on commit 41b2f25

Please sign in to comment.