Github user nchammas commented on a diff in the pull request:
https://github.com/apache/spark/pull/8318#discussion_r37457415
--- Diff: python/setup.py ---
@@ -0,0 +1,19 @@
+#!/usr/bin/env python
+
+from setuptools import setup
+
+exec(compile(open("pyspark/pyspark_version.py").read(),
+ "pyspark/pyspark_version.py", 'exec'))
+VERSION = __version__
+
+setup(name = 'pyspark',
+ version = VERSION,
+ description = 'Apache Spark Python API',
+ author = 'Prabin Banka',
+ author_email = '[email protected]',
--- End diff --
If we want this in the Apache repo, then these individual author tags
should be replaced with references to Apache.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]