This repository has been archived on 2023-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
erc20-demurrage-token-archive/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,
)