From c7a5d42f42935f928810e3bae51fbd22976d76e1 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 26 Mar 2025 15:55:11 -0500 Subject: [PATCH] bug fix: dependency --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 503a2d6..1c6701f 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ args["url"] = "https://healthcareio.the-phi.com/git/code/transport.git" args['scripts'] = ['bin/transport'] args['classifiers'] = ['Programming Language :: Python :: 3', 'License :: OSI Approved :: MIT License', - 'Operating System :: OS Independent', - ], + 'Operating System :: OS Independent','plugin-ix@git+https://github.com/lnyemba/plugins-ix' + ] # if sys.version_info[0] == 2 : # args['use_2to3'] = True # args['use_2to3_exclude_fixers']=['lib2to3.fixes.fix_import']