diff --git a/README.md b/README.md index 4a59a3fd..5856966e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ It's possible to use python to run,operate debezium server example: ```commandline -pip install git+https://github.com/ismailsimsek/debezium-server-iceberg.git@master#subdirectory=python +pip install git+https://github.com/memiiso/debezium-server-iceberg.git@master#subdirectory=python debezium # running with custom arguments debezium --debezium_dir=/my/debezium_server/dir/ --java_home=/my/java/homedir/ diff --git a/python/setup.py b/python/setup.py index 91adbcdd..cedcfb3d 100644 --- a/python/setup.py +++ b/python/setup.py @@ -15,10 +15,7 @@ packages=find_packages(), author="Memiiso Organization", description='Debezium Server Python runner', - # long_description=pathlib.Path(__file__).parent.joinpath("README.md").read_text(encoding="utf-8"), - # long_description_content_type="text/markdown", url='https://debezium.io/', - # download_url='https://github.com/memiiso/debezium/archive/master.zip', include_package_data=True, license="Apache License 2.0", test_suite='tests',