Commit bccf2afc authored by Stefan Behnel's avatar Stefan Behnel

fix target directory for Lexicon.pickle

parent 4e6494f3
...@@ -57,8 +57,8 @@ setup( ...@@ -57,8 +57,8 @@ setup(
'Cython.Mac', 'Cython.Mac',
'Cython.Plex' 'Cython.Plex'
], ],
data_files=[ package_data = {
(compiler_dir, ['Cython/Compiler/Lexicon.pickle']) '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