from setuptools import find_packages, setup

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