Commit c6061fa4 authored by Stefan Behnel's avatar Stefan Behnel

fix target directory for Lexicon.pickle

parent 447cfd36
...@@ -54,8 +54,8 @@ setup( ...@@ -54,8 +54,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