ant-node 0.4.1

The Autonomi node binary
Documentation
1
2
3
4
5
6
7
8
from setuptools import setup

setup(
    name="antnode",
    packages=["antnode"],
    package_dir={"": "python"},
    zip_safe=False,
)