From 2c403b6cf5a97e2ec1bf080c29f606535c2d08ed Mon Sep 17 00:00:00 2001 From: KARTHEEK Date: Thu, 11 Jun 2020 00:20:17 +0530 Subject: [PATCH] Changed name --- devTools/__pycache__/format.cpython-36.pyc | Bin 326 -> 326 bytes setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/devTools/__pycache__/format.cpython-36.pyc b/devTools/__pycache__/format.cpython-36.pyc index 711c221d2a31292ecde29f2ca5e3ad6fc40bea0b..b8f873e3fdce83dcb7920846e9fa55217e46d4b0 100644 GIT binary patch delta 15 WcmX@cbc~73n3tC;R(>O!10w(*ZUbTf delta 15 WcmX@cbc~73n3tF9pxj0_2SxxP!2`tr diff --git a/setup.py b/setup.py index 941094a..42efb80 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # root/setup.py from setuptools import setup -setup(name='pyMR', +setup(name='pyParallelMR', version='0.1', description='A python package to convert CPU-bound tasks ' + 'to parallel mapReduce jobs.',