We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654f666 commit 2ae94efCopy full SHA for 2ae94ef
1 file changed
setup.py
@@ -4,10 +4,10 @@
4
5
setup(
6
name="testcontainers-iris",
7
- version="1.0.1",
+ version="1.0.2",
8
packages=find_namespace_packages(),
9
description=description,
10
- long_description=description,
+ long_description=open('README.md').read(),
11
long_description_content_type="text/markdown",
12
url="https://github.com/caretdev/testcontainers-iris-python",
13
install_requires=[
0 commit comments