Skip to content

Commit 4c21100

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents c8158ea + 071d6b2 commit 4c21100

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
description="A light weight MapReduce framework for education.",
1515
long_description=LONG_DESCRIPTION,
1616
long_description_content_type="text/markdown",
17-
version="1.0.0",
17+
version="1.0.1",
1818
author="Andrew DeOrio",
1919
author_email="[email protected]",
2020
url="https://github.com/eecs485staff/madoop/",
2121
license="MIT",
2222
packages=["madoop"],
23+
package_data={"madoop": ["example/*.py", "example/input/*.txt"]},
2324
keywords=[
2425
"madoop", "Hadoop", "MapReduce", "Michigan Hadoop", "Hadoop Streaming"
2526
],

0 commit comments

Comments
 (0)