Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down