"""Setup script for Fava.

The configuration is in setup.cfg.
"""
from setuptools import setup

setup()
