fix mosaic spelling
This commit is contained in:
parent
70ed9f7f1a
commit
5c725c60a0
|
|
@ -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
|
||||||
|
|
@ -9,7 +9,7 @@ import uuid
|
||||||
|
|
||||||
import phonenumbers
|
import phonenumbers
|
||||||
|
|
||||||
from lib_afc_mosiac.helpers import (
|
from lib_afc_mosaic.helpers import (
|
||||||
read_voterdata_csv_stream, write_csv_file
|
read_voterdata_csv_stream, write_csv_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
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -8,8 +8,8 @@ with open('README.md', 'r') as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='lib_afc_mosiac',
|
name='lib_afc_mosaic',
|
||||||
version='0.1.4',
|
version='0.1.5',
|
||||||
author='',
|
author='',
|
||||||
author_email='',
|
author_email='',
|
||||||
description='',
|
description='',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue