Prevent gettext() from installing to global _ namespace (#821)

This commit is contained in:
Chris Caron
2023-08-21 20:11:26 -04:00
committed by GitHub
parent 31caff1ac9
commit f82934a815
10 changed files with 708 additions and 493 deletions

View File

@ -90,7 +90,7 @@ setup(
],
},
install_requires=install_requires,
classifiers=(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
@ -109,7 +109,7 @@ setup(
'License :: OSI Approved :: BSD License',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Libraries :: Application Frameworks',
),
],
entry_points={'console_scripts': console_scripts},
python_requires='>=3.6',
setup_requires=['babel', ],