Github user dszeto commented on a diff in the pull request:
https://github.com/apache/incubator-predictionio-sdk-python/pull/23#discussion_r138747266
--- Diff: setup.py ---
@@ -3,8 +3,8 @@
except ImportError:
from distutils.core import setup
-__author__ = "The PredictionIO Team"
-__email__ = "[email protected]"
+__author__ = "Apache PredictionIO"
+__email__ = "[email protected]"
__copyright__ = "Copyright 2014, TappingStone, Inc."
--- End diff --
Yes we should. In fact, we should also change all other SDKs to reflect
that.
Thanks for taking care of this!
---