Skip to content
Snippets Groups Projects
Commit 16b781dc authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

don't generate MANIFEST.in

parent abddf631
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,9 @@ src_file_list = ['field_descriptor',
header_list = ['cpp/base.hpp'] + ['cpp/' + fname + '.hpp' for fname in src_file_list]
# not sure we need the MANIFEST.in file, but I might as well
with open('MANIFEST.in', 'w') as manifest_in_file:
for fname in ['cpp/' + fname + '.cpp' for fname in src_file_list] + header_list:
manifest_in_file.write('include {0}\n'.format(fname))
#with open('MANIFEST.in', 'w') as manifest_in_file:
# for fname in ['bfps/cpp/' + fname + '.cpp' for fname in src_file_list] + header_list:
# manifest_in_file.write('include {0}\n'.format(fname))
libraries = ['fftw3_mpi',
'fftw3',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment