from setuptools import setup, find_packages setup( name="fty_util", version='1.0', packages=find_packages(where='.'), include_package_data=True, )