from setuptools import find_packages, setup
setup(
name='signlib',
packages=find_packages(),
version='0.1.0',
)