Fixed get_mosaic_map_dict() to include the postprocess section #2

Merged
eross merged 1 commits from fix_mosaic_map_patching into master 2024-04-12 19:45:55 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 8fe85b3be0 - Show all commits

View File

@ -523,7 +523,8 @@ class AFCMUniverseMapFile:
return {
"mosaic": self.mosaic_head,
"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(
name='lib_afc_mosaic',
version='0.1.13',
version='0.1.14',
author='',
author_email='',
description='',