eth-accounts-index/python/setup.py

7 lines
71 B
Python
Raw Normal View History

from setuptools import setup
setup(
scripts=[
]
)