Thanks to visit codestin.com Credit goes to github.com
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 3af7cc0 commit 14970beCopy full SHA for 14970be
1 file changed
setup.py
@@ -141,8 +141,7 @@ def detect_modules(self):
141
# access to the builtin codecs and codec registry
142
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
143
# static Unicode character database
144
- exts.append( Extension('unicodedata',
145
- ['unicodedata.c', 'unicodedatabase.c']) )
+ exts.append( Extension('unicodedata', ['unicodedata.c']) )
146
# Unicode Character Name expansion hash table
147
exts.append( Extension('ucnhash', ['ucnhash.c']) )
148
# access to ISO C locale support
0 commit comments