# -*- coding: utf-8 -*-

"""Setup module for Bio2BEL miRBase."""

from setuptools import setup

if __name__ == '__main__':
    setup()
