bug fix: dependency

v2.4
Steve Nyemba 1 week ago
parent 2eee726191
commit c7a5d42f42

@ -24,8 +24,8 @@ args["url"] = "https://healthcareio.the-phi.com/git/code/transport.git"
args['scripts'] = ['bin/transport'] args['scripts'] = ['bin/transport']
args['classifiers'] = ['Programming Language :: Python :: 3', args['classifiers'] = ['Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License', '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 : # if sys.version_info[0] == 2 :
# args['use_2to3'] = True # args['use_2to3'] = True
# args['use_2to3_exclude_fixers']=['lib2to3.fixes.fix_import'] # args['use_2to3_exclude_fixers']=['lib2to3.fixes.fix_import']

Loading…
Cancel
Save