erc20-demurrage-token/python/setup.py
2021-03-01 09:53:39 +00:00

11 lines
200 B
Python

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