mirror of
https://github.com/caronc/apprise.git
synced 2025-08-13 18:17:12 +02:00
Prevent gettext() from installing to global _ namespace (#821)
This commit is contained in:
4
setup.py
4
setup.py
@ -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', ],
|
||||
|
Reference in New Issue
Block a user