Skip to content

Commit

Permalink
Write sha to version JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteinge committed Jun 18, 2015
1 parent d7f4ad2 commit e1b9592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def write_version_file(base_dir):
version, sha = get_version()

with open(ver_path, 'wb') as f:
json.dump({'version': version}, f)
json.dump({'version': version, 'sha': sha}, f)

class PepperSdist(sdist.sdist):
'''
Expand Down

0 comments on commit e1b9592

Please sign in to comment.