From 7c20ad0c45c84e345f93554bb72488005cfcb759 Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Thu, 17 Mar 2022 12:48:57 -0300 Subject: [PATCH] Remove comment --- python-examples/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python-examples/setup.py b/python-examples/setup.py index 23b8202..a190158 100644 --- a/python-examples/setup.py +++ b/python-examples/setup.py @@ -7,7 +7,6 @@ setup( url='https://bisq-network.github.io/slate/#python-examples', license='GNU AFFERO GENERAL PUBLIC LICENSE Version 3', setup_requires=['wheel'], - # packages=find_packages(include=['rpccalls', 'bots', 'bots.*']), packages=find_packages(), # package_data={'bots': ['bots/assets/*.png']}, install_requires=['grpcio', 'grpcio-tools', 'mypy-protobuf', 'python-examples'],