Skip to content

Commit

Permalink
updated setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Dec 11, 2023
1 parent 0069f41 commit 0f29b96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
16 changes: 6 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[metadata]
name="testcontainers-iris",
version="1.1.0",
long_description_content_type="text/markdown",
url="https://github.com/caretdev/testcontainers-iris-python",
install_requires=[
"testcontainers-core",
"sqlalchemy",
"sqlalchemy-iris",
],
python_requires=">=3.7",
name = testcontainers-iris
version = 1.1.0
long_description_content_type = text/markdown
long_description = file: README.md
url = https://github.com/caretdev/testcontainers-iris-python


7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
setup(
packages=find_namespace_packages(),
description=description,
long_description=open('README.md').read(),
install_requires=[
"testcontainers-core",
"sqlalchemy",
"sqlalchemy-iris",
],
python_requires=">=3.7",
)

0 comments on commit 0f29b96

Please sign in to comment.