Skip to content

Commit 4683148

Browse files
committed
Add the sc2reader.processors package to setup.py
1 parent ddc46ff commit 4683148

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

0 commit comments

Comments
 (0)