Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Nov 28, 2016
1 parent b0fcc16 commit 34fd27f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
author="Rok Roskar",
author_email="[email protected]",
url="http://sparkhpc.readthedocs.io",
description="spark deployment on hpc resources made easy",
package_dir={'sparkhpc/':''},
packages=['sparkhpc'],
scripts=['scripts/sparkcluster', 'scripts/hpcnotebook'],
include_package_data=True
include_package_data=True,
install_requires=['click'],
keywords=['pyspark', 'spark', 'hpc']
)

0 comments on commit 34fd27f

Please sign in to comment.