#!/usr/bin/env python
from setuptools import find_packages, setup

setup(packages=find_packages())