1
0
mirror of synced 2025-12-19 18:14:56 -05:00

airbyte-lib: Refactor connectors (#34552)

This commit is contained in:
Joe Reuter
2024-01-30 10:22:13 +01:00
committed by GitHub
parent d1334beb2e
commit f29234a2db
755 changed files with 7678 additions and 1984 deletions

View File

@@ -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",