Skip to content

Commit

Permalink
bring back setup.py for mock module
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Sep 13, 2024
1 parent 0562bc9 commit 2ae4bfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions amazon_msk/tests/mock_boto3/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# (C) Datadog, Inc. 2021-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
from setuptools import setup

setup(name='boto3', version='9000', packages=['boto3'], package_data={'boto3': ['list_nodes.json']})

0 comments on commit 2ae4bfa

Please sign in to comment.