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