Skip to content

Commit b3bc07c

Browse files
author
Adrian Negreanu
committed
setup.py: add modem/protocol in packages
1 parent 08a8cb9 commit b3bc07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
long_description = open('doc/source/about.rst').read(),
1111
license = 'MIT',
1212
keywords = 'xmodem ymodem zmodem protocol',
13-
packages = ['modem'],
14-
package_data = {'': ['doc/*.TXT']},
13+
packages=["modem","modem/protocol"],
14+
package_data = {'': ['doc/*.txt']},
1515
)
1616

0 commit comments

Comments
 (0)