Commit bccf2afc authored by Stefan Behnel's avatar Stefan Behnel

fix target directory for Lexicon.pickle

parent 4e6494f3
......@@ -57,8 +57,8 @@ setup(
'Cython.Mac',
'Cython.Plex'
],
data_files=[
(compiler_dir, ['Cython/Compiler/Lexicon.pickle'])
]
package_data = {
'Cython.Compiler' : ['Lexicon.pickle']
}
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment