From 75b01806ef05df93ff779f6f06b723942619a0a2 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Thu, 11 Feb 2021 10:34:19 -0800 Subject: [PATCH] Use find_packages() in setup --- metadata-ingestion/setup.py | 2 +- metadata-ingestion/src/gometa/ingestion/run/__init__.py | 0 metadata-ingestion/src/gometa/py.typed | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 metadata-ingestion/src/gometa/ingestion/run/__init__.py create mode 100644 metadata-ingestion/src/gometa/py.typed diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index f1ef143533..7d0b21444f 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -52,7 +52,7 @@ setuptools.setup( ], python_requires=">=3.7", package_dir={"": "src"}, - packages=["gometa", "gometa.configuration"],#TODO: Are these the right components? + packages=setuptools.find_packages(where='./src'), include_package_data=True, package_data={"gometa": ["py.typed"]}, entry_points={ diff --git a/metadata-ingestion/src/gometa/ingestion/run/__init__.py b/metadata-ingestion/src/gometa/ingestion/run/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/metadata-ingestion/src/gometa/py.typed b/metadata-ingestion/src/gometa/py.typed new file mode 100644 index 0000000000..e69de29bb2