mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-19 21:02:19 +00:00
parent
83a23d5568
commit
c081eabb7e
@ -23,6 +23,7 @@ def get_long_description():
|
|||||||
|
|
||||||
|
|
||||||
base_requirements = {
|
base_requirements = {
|
||||||
|
"openmetadata-ingestion-core==0.6.0.dev0",
|
||||||
"commonregex",
|
"commonregex",
|
||||||
"idna<3,>=2.5",
|
"idna<3,>=2.5",
|
||||||
"click>=7.1.1",
|
"click>=7.1.1",
|
||||||
@ -111,7 +112,7 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
build_options = {"includes": ["_cffi_backend"]}
|
build_options = {"includes": ["_cffi_backend"]}
|
||||||
setup(
|
setup(
|
||||||
name="openmetadata-ingestion",
|
name="openmetadata-ingestion",
|
||||||
version="0.6.0.dev0",
|
version="0.6.0.dev1",
|
||||||
url="https://open-metadata.org/",
|
url="https://open-metadata.org/",
|
||||||
author="OpenMetadata Committers",
|
author="OpenMetadata Committers",
|
||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user