diff --git a/python/setup.py b/python/setup.py index a97e34544..992db4db3 100644 --- a/python/setup.py +++ b/python/setup.py @@ -42,8 +42,8 @@ for lang in langs: lang_titlecase = lang.title() # Only classifiers listed in https://pypi.org/classifiers/ are allowed - if lang_titlecase not in ('Armenian', 'Yiddish'): - classifiers.append('Natural Language :: ' + lang_titlecase) + # Remove them here or submit them to https://github.com/pypa/trove-classifiers + classifiers.append('Natural Language :: ' + lang_titlecase) classifiers.extend([ 'Operating System :: OS Independent',