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 aef1138 commit 0069f41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
12 changes: 12 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[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",

10 changes: 0 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,7 @@
description = "InterSystems IRIS component of testcontainers-python."

setup(
name="testcontainers-iris",
version="1.1.0",
packages=find_namespace_packages(),
description=description,
long_description=open('README.md').read(),
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",
)

0 comments on commit 0069f41

Please sign in to comment.