Skip to content

Commit 0069f41

Browse files
committed
updated setup files
1 parent aef1138 commit 0069f41

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

setup.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[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",
12+

setup.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,7 @@
33
description = "InterSystems IRIS component of testcontainers-python."
44

55
setup(
6-
name="testcontainers-iris",
7-
version="1.1.0",
86
packages=find_namespace_packages(),
97
description=description,
108
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=[
14-
"testcontainers-core",
15-
"sqlalchemy",
16-
"sqlalchemy-iris",
17-
],
18-
python_requires=">=3.7",
199
)

0 commit comments

Comments
 (0)