Skip to content

Commit e2f5c84

Browse files
committed
Add the data package to the install.
1 parent 8334a73 commit e2f5c84

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
@@ -35,5 +35,5 @@
3535
]
3636
},
3737
install_requires=['mpyq','argparse'] if float(sys.version[:3]) < 2.7 else ['mpyq'],
38-
packages=['sc2reader', 'sc2reader.scripts', 'sc2reader.processors'],
38+
packages=['sc2reader', 'sc2reader.scripts', 'sc2reader.processors', 'sc2reader.data'],
3939
)

0 commit comments

Comments
 (0)