Skip to content

Commit

Permalink
Minor code cleanup (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Aug 18, 2022
1 parent 4f7ae4a commit 68b2f07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 0 additions & 3 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 68b2f07

Please sign in to comment.