Skip to content

Commit d23e1cf

Browse files
committed
Fix description in setup.py.
1 parent 304c4c5 commit d23e1cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azurite/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_namespace_packages
22

3-
description = "Core component of testcontainers-python."
3+
description = "Azurite component of testcontainers-python."
44

55
setup(
66
name="testcontainers-azurite",

clickhouse/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_namespace_packages
22

3-
description = "Clickhouse component of testcontainers-python."
3+
description = "ClickHouse component of testcontainers-python."
44

55
setup(
66
name="testcontainers-clickhouse",

0 commit comments

Comments
 (0)