From 838902487272ba950dd66b7bc15beb5808786807 Mon Sep 17 00:00:00 2001 From: pierrepebay Date: Tue, 7 Nov 2023 18:35:23 +0100 Subject: [PATCH] #16: bindings: Fix cpp file name in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1dbca27449..8e1135fdbc 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def __str__(self): ext_modules = [ Extension( 'vttv', - ['bindings/python/tv.cpp'], + ['bindings/python/tv.cc'], include_dirs=[ # Path to nanobind headers get_nanobind_include(),