"""Installer and setup for this module
"""

from setuptools import find_packages, setup

setup(
    name="sentiment_analysis",
    packages=find_packages()
)
