Skip to content

Commit a799d05

Browse files
authored
Update setup.py to fix pipeline error
1 parent 76884a5 commit a799d05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

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

0 commit comments

Comments
 (0)