fix mosaic spelling

This commit is contained in:
nolan 2023-12-07 15:47:14 -08:00
parent 70ed9f7f1a
commit 5c725c60a0
7 changed files with 12 additions and 13 deletions

9
lib_afc_mosaic/__init__.py Executable file
View File

@ -0,0 +1,9 @@
"""
lib_afc_mosaic
---------------------------------------
A Python library for working with AFC Mosaic files
"""
from lib_afc_mosaic.universe_map_file import AFCMUniverseMapFile

View File

@ -9,7 +9,7 @@ import uuid
import phonenumbers
from lib_afc_mosiac.helpers import (
from lib_afc_mosaic.helpers import (
read_voterdata_csv_stream, write_csv_file
)

View File

@ -1,10 +0,0 @@
"""
lib_afc_mosiac
---------------------------------------
A Python library for working with AFC Mosiac files
"""
from lib_afc_mosiac.universe_map_file import AFCMUniverseMapFile
#from lib_afc_api.afccampaign import AFCCampaign

View File

@ -8,8 +8,8 @@ with open('README.md', 'r') as f:
long_description = f.read()
setup(
name='lib_afc_mosiac',
version='0.1.4',
name='lib_afc_mosaic',
version='0.1.5',
author='',
author_email='',
description='',