File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 3
3
description = "InterSystems IRIS component of testcontainers-python."
4
4
5
5
setup (
6
- name = "testcontainers-iris" ,
7
- version = "1.1.0" ,
8
6
packages = find_namespace_packages (),
9
7
description = description ,
10
8
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" ,
19
9
)
You can’t perform that action at this time.
0 commit comments