fixed some dependency calls with new layout

This commit is contained in:
Paul M. Sutter 2024-06-04 08:57:09 +02:00
parent 438407be74
commit d48d740b78
22 changed files with 32 additions and 49 deletions

View file

@ -30,5 +30,5 @@ setup(
version='3.0',
include_dirs = [np.get_include()],
packages=
['vide','vide.backend','vide.voidUtil'],
['backend','voidUtil'],
)