airbyte-lib: Refactor connectors (#34552)
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"source-python-http-tutorial=source_python_http_tutorial.run:run",
|
||||
],
|
||||
},
|
||||
name="source_python_http_tutorial",
|
||||
description="Source implementation for Python Http Tutorial.",
|
||||
author="Airbyte",
|
||||
|
||||
Reference in New Issue
Block a user