Skip to content

Commit

Permalink
setup.py v1.0.1: include README.rst in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Roberts committed Apr 22, 2014
1 parent c366c89 commit d775c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description = file.read()

setup(name = 'pytimeparse',
version = '1.0.0',
version = '1.0.1',
description = 'Time expression parser',
author = 'Will Roberts',
author_email = '[email protected]',
Expand Down

0 comments on commit d775c5e

Please sign in to comment.