diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..54657e5 --- /dev/null +++ b/setup.py @@ -0,0 +1,10 @@ +from setuptools import setup + +setup(name='dune-sync', + version='0.1', + description='Components for syncing off-chain data with Dune Community Sources ', + url='https://github.com/cowprotocol/dune-sync', + author='cowprotocol', + author_email='info@cow.fi', + packages=['src'], + zip_safe=False)