We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fcc16 commit 34fd27fCopy full SHA for 34fd27f
1 file changed
setup.py
@@ -5,8 +5,11 @@
5
author="Rok Roskar",
6
author_email="roskar@ethz.ch",
7
url="http://sparkhpc.readthedocs.io",
8
+ description="spark deployment on hpc resources made easy",
9
package_dir={'sparkhpc/':''},
10
packages=['sparkhpc'],
11
scripts=['scripts/sparkcluster', 'scripts/hpcnotebook'],
- include_package_data=True
12
+ include_package_data=True,
13
+ install_requires=['click'],
14
+ keywords=['pyspark', 'spark', 'hpc']
15
)
0 commit comments