Skip to content

Commit 34fd27f

Browse files
committed
update setup.py
1 parent b0fcc16 commit 34fd27f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
author="Rok Roskar",
66
author_email="roskar@ethz.ch",
77
url="http://sparkhpc.readthedocs.io",
8+
description="spark deployment on hpc resources made easy",
89
package_dir={'sparkhpc/':''},
910
packages=['sparkhpc'],
1011
scripts=['scripts/sparkcluster', 'scripts/hpcnotebook'],
11-
include_package_data=True
12+
include_package_data=True,
13+
install_requires=['click'],
14+
keywords=['pyspark', 'spark', 'hpc']
1215
)

0 commit comments

Comments
 (0)