Skip to content

Commit 2ae94ef

Browse files
committed
fixed setup
1 parent 654f666 commit 2ae94ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
setup(
66
name="testcontainers-iris",
7-
version="1.0.1",
7+
version="1.0.2",
88
packages=find_namespace_packages(),
99
description=description,
10-
long_description=description,
10+
long_description=open('README.md').read(),
1111
long_description_content_type="text/markdown",
1212
url="https://github.com/caretdev/testcontainers-iris-python",
1313
install_requires=[

0 commit comments

Comments
 (0)