mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-03 02:55:59 +00:00
Configure entrypoint for airflow plugin (#4733)
* Configure entrypoint for airflow plugin * fix formatting
This commit is contained in:
parent
e6abd86797
commit
2b1fca377d
@ -53,6 +53,13 @@ setup(
|
||||
package_dir={"": "src"},
|
||||
zip_safe=False,
|
||||
dependency_links=[],
|
||||
include_package_data=True,
|
||||
package_data={"": ["*.html", "*.j2"]},
|
||||
entry_points={
|
||||
"airflow.plugins": [
|
||||
"openmetadata-airflow-managed-apis = plugins.openmetadata_airflow_apis_plugin:RestApiPlugin"
|
||||
]
|
||||
},
|
||||
project_urls={
|
||||
"Documentation": "https://docs.open-metadata.org/",
|
||||
"Source": "https://github.com/open-metadata/OpenMetadata",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user