We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36aeef commit 92e0ef8Copy full SHA for 92e0ef8
setup.py
@@ -26,7 +26,7 @@
26
'superannotate/pycocotools_sa/maskApi.c',
27
'superannotate/pycocotools_sa/_mask.pyx'
28
],
29
- include_dirs=[np.get_include(), 'superannotate/pycocotools_sa/'],
+ include_dirs=[np.get_include(), 'superannotate/pycocotools_sa'],
30
extra_compile_args=[],
31
)
32
]
0 commit comments