from setuptools import find_packages
from setuptools import setup

setup(name="unitable", version="1.0.0", packages=find_packages())