Skip to content

Commit d4b2bd2

Browse files
committed
修改打包文件
1 parent 402fe0a commit d4b2bd2

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

setup.py

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,29 @@
2020
description='Third party DuerOS Bot Python SDK',
2121
keywords='DuerOS Bot',
2222
url='https://github.com/jokenwang/bot-sdk-python',
23-
packages=find_packages(),
23+
packages=[
24+
'dueros',
25+
'dueros.card',
26+
'dueros.directive',
27+
'dueros.directive.Base',
28+
'dueros.directive.AppLauncher',
29+
'dueros.directive.AudioPlayer',
30+
'dueros.directive.AudioPlayer.Control',
31+
'dueros.directive.Display',
32+
'dueros.directive.Display.media',
33+
'dueros.directive.Display.tag',
34+
'dueros.directive.Display.template',
35+
'dueros.directive.DPL',
36+
'dueros.directive.DPL.Commands',
37+
'dueros.directive.Pay',
38+
'dueros.directive.Permission',
39+
'dueros.directive.Record',
40+
'dueros.directive.VideoPlayer',
41+
'dueros.directive.WebBrowser',
42+
'dueros.monitor',
43+
'dueros.monitor.model',
44+
'dueros.plugins',
45+
],
2446
platforms='py3',
2547
install_requires=[
2648
'pycryptodome >= 3.6.6',

0 commit comments

Comments
 (0)