Skip to content

Commit 0f29b96

Browse files
committed
updated setup files
1 parent 0069f41 commit 0f29b96

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

setup.cfg

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
[metadata]
2-
name="testcontainers-iris",
3-
version="1.1.0",
4-
long_description_content_type="text/markdown",
5-
url="https://github.com/caretdev/testcontainers-iris-python",
6-
install_requires=[
7-
"testcontainers-core",
8-
"sqlalchemy",
9-
"sqlalchemy-iris",
10-
],
11-
python_requires=">=3.7",
2+
name = testcontainers-iris
3+
version = 1.1.0
4+
long_description_content_type = text/markdown
5+
long_description = file: README.md
6+
url = https://github.com/caretdev/testcontainers-iris-python
7+
128

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
setup(
66
packages=find_namespace_packages(),
77
description=description,
8-
long_description=open('README.md').read(),
8+
install_requires=[
9+
"testcontainers-core",
10+
"sqlalchemy",
11+
"sqlalchemy-iris",
12+
],
13+
python_requires=">=3.7",
914
)

0 commit comments

Comments
 (0)