We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a8cb9 commit b3bc07cCopy full SHA for b3bc07c
setup.py
@@ -10,7 +10,7 @@
10
long_description = open('doc/source/about.rst').read(),
11
license = 'MIT',
12
keywords = 'xmodem ymodem zmodem protocol',
13
- packages = ['modem'],
14
- package_data = {'': ['doc/*.TXT']},
+ packages=["modem","modem/protocol"],
+ package_data = {'': ['doc/*.txt']},
15
)
16
0 commit comments