setup.py v1.0.1: include README.rst in sdist

This commit is contained in:
Will Roberts 2014-04-22 11:19:29 +02:00
parent c366c8923d
commit d775c5efce
2 changed files with 2 additions and 1 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include README.rst

View File

@ -14,7 +14,7 @@ with open('README.rst') as file:
long_description = file.read()
setup(name = 'pytimeparse',
version = '1.0.0',
version = '1.0.1',
description = 'Time expression parser',
author = 'Will Roberts',
author_email = 'wildwilhelm@gmail.com',