Skip to content

Commit 6c74664

Browse files
committed
Fix Python package
1 parent 238a96a commit 6c74664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include LICENSE include/*.h core/*.cpp core/*.h python/*.c stdlib/std.jsonnet Makefile
1+
include LICENSE include/*.h core/*.cpp core/*.h python/*.c third_party/md5/*.cpp third_party/md5/*.h stdlib/std.jsonnet Makefile
22
#recursive-include test_suite examples gc_stress benchmarks editors

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run(self):
5858
'_jsonnet',
5959
sources=MODULE_SOURCES,
6060
extra_objects=LIB_OBJECTS,
61-
include_dirs = ['include'],
61+
include_dirs = ['include', 'third_party/md5'],
6262
language='c++'
6363
)
6464

0 commit comments

Comments
 (0)