File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
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" ,
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
+
12
8
Original file line number Diff line number Diff line change 5
5
setup (
6
6
packages = find_namespace_packages (),
7
7
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" ,
9
14
)
You can’t perform that action at this time.
0 commit comments