erc20-demurrage-token/python/setup.py

11 lines
200 B
Python
Raw Normal View History

2021-03-01 10:53:39 +01:00
from setuptools import setup
setup(
package_data={
'': [
'data/MintableFactor.bin',
],
},
include_package_data=True,
)