Merge pull request #24 from lnyemba/v2.2.0

bug fix with newer setuptools
This commit is contained in:
Steve L. Nyemba 2025-06-23 10:27:15 -05:00 committed by GitHub
commit 2f97fa24e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ 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', "Topic :: Utilities",
], 'Operating System :: OS Independent'
]
# 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']