2
0
mirror of https://github.com/status-im/eth2.0-specs.git synced 2025-02-23 07:48:12 +00:00
Hsiao-Wei Wang cd22036c53
Move files
2020-08-17 23:57:00 +08:00

10 lines
217 B
Python

from distutils.core import setup
setup(
name='deposit_contract_tester',
packages=['deposit_contract'],
package_dir={"": "."},
tests_requires=[],
install_requires=[] # see requirements.txt file
)