Skip to content

Commit 974b567

Browse files
committed
setup file missing plugins folder
1 parent 921b51a commit 974b567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author='Grady O\'Connell',
1313
author_email='[email protected]',
1414
license='MIT',
15-
packages=['textbeat','textbeat.def','textbeat.presets'],
15+
packages=['textbeat','textbeat.def','textbeat.presets','textbeat.plugins'],
1616
include_package_data=True,
1717
install_requires=[
1818
'pygame','colorama','prompt_toolkit','appdirs','pyyaml','docopt','future','shutilwhich','mido'

0 commit comments

Comments
 (0)