Merge pull request 'Fixed get_mosaic_map_dict() to include the postprocess section' (#2) from fix_mosaic_map_patching into master

Reviewed-on: #2
This commit is contained in:
eross 2024-04-12 19:45:54 +00:00
commit 622e81fb61
2 changed files with 3 additions and 2 deletions

View File

@ -523,7 +523,8 @@ class AFCMUniverseMapFile:
return { return {
"mosaic": self.mosaic_head, "mosaic": self.mosaic_head,
"metadata": self.metadata, "metadata": self.metadata,
"files": self.mosaic_file_list "files": self.mosaic_file_list,
"postprocess": self.mosaic_postprocess
} }

View File

@ -9,7 +9,7 @@ with open('README.md', 'r') as f:
setup( setup(
name='lib_afc_mosaic', name='lib_afc_mosaic',
version='0.1.13', version='0.1.14',
author='', author='',
author_email='', author_email='',
description='', description='',