added MANIFEST.in and bump up the version

This commit is contained in:
Sergey Obukhov
2014-07-24 15:09:01 -07:00
parent b0851d5363
commit 71ae26ccd1
2 changed files with 5 additions and 1 deletions

4
MANIFEST.in Normal file
View File

@@ -0,0 +1,4 @@
recursive-include tests *.py
include LICENSE
include MANIFEST.in
include README.rst

View File

@@ -7,7 +7,7 @@ from setuptools import setup, find_packages
setup(name='talon',
version='1.0.1',
version='1.0.2',
description=("Mailgun library "
"to extract message quotations and signatures."),
long_description=open("README.rst").read(),