Skip to content

Commit

Permalink
Bump version for PyPI release and add a MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Apr 15, 2017
1 parent bd0b9b0 commit 5bed9ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include humanhash.py
include README.rst
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@

from distutils.core import setup

with open('README.rst', 'r') as f:
long_description = f.read()

setup(
name='humanhash3',
version='0.0.4',
version='0.0.5',
description='Human-readable representations of digests.',
long_description=long_description,
author='Zachary Voase',
author_email='[email protected]',
url='https://github.com/blag/humanhash',
Expand Down

0 comments on commit 5bed9ac

Please sign in to comment.