Skip to content

Commit

Permalink
feat(airflow-plugin): add package type information (#8795)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate authored Sep 6, 2023
1 parent ac025e5 commit f649d6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metadata-ingestion-modules/airflow-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ def get_long_description():
# Package info.
zip_safe=False,
python_requires=">=3.7",
package_data={
"datahub_airflow_plugin": ["py.typed"],
},
package_dir={"": "src"},
packages=setuptools.find_namespace_packages(where="./src"),
entry_points=entry_points,
Expand Down
Empty file.

0 comments on commit f649d6f

Please sign in to comment.