Skip to content

Commit

Permalink
Fix packages & release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnkers committed Jul 15, 2022
1 parent fdbb3ac commit af06916
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
LONG_DESC = fh.read()
setup(
name="pyspark-bucketmap",
version="0.0.1",
packages=find_packages(include=["."]),
version="0.0.3",
py_modules=['pyspark_bucketmap'],
scripts=['pyspark_bucketmap.py'],
description="Easily group pyspark data into buckets and map them to different values.",
keywords="",
long_description=LONG_DESC,
Expand Down

0 comments on commit af06916

Please sign in to comment.