from setuptools import setup setup( package_data={ '': [ 'data/*.abi.json', 'data/*.bin', ], }, include_package_data=True, )