Skip to content

Commit 9263218

Browse files
committed
[FIX] bug: can't load apps
1 parent 6c70049 commit 9263218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'license': 'MIT',
2222
'install_requires': ['numpy', 'scipy', 'matplotlib',
2323
'sounddevice', 'soundfile', 'h5py', 'numba'],
24-
'packages': ['pytta', 'pytta.classes'],
24+
'packages': ['pytta', 'pytta.classes', 'pytta.apps'],
2525
'package_dir': {'classes': 'pytta'},
2626
'package_data': {'pytta': ['examples/*.py', 'examples/RIS/*.mat']}
2727
}

0 commit comments

Comments
 (0)