We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd9adc commit 00a22deCopy full SHA for 00a22de
python/setup.py
@@ -42,8 +42,8 @@
42
for lang in langs:
43
lang_titlecase = lang.title()
44
# Only classifiers listed in https://pypi.org/classifiers/ are allowed
45
- if lang_titlecase not in ('Armenian', 'Yiddish'):
46
- 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)
47
48
classifiers.extend([
49
'Operating System :: OS Independent',
0 commit comments