Skip to content

Commit

Permalink
Update setup.py to fix pipeline error
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpoh authored Apr 2, 2024
1 parent 76884a5 commit a799d05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

setup_output = setup(
name="apicurio_datahub_kafka",
version="2.0.0",
version="2.0.1",
description="DataHub ApiCurio Schema Registry for Kafka Source",
package_dir={"": "src"},
packages=find_packages("src"),
install_requires=["acryl-datahub[kafka]"],
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
)

0 comments on commit a799d05

Please sign in to comment.