From 71ae26ccd188b50b0f92e182451a83320bca2ba7 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Thu, 24 Jul 2014 15:09:01 -0700 Subject: [PATCH] added MANIFEST.in and bump up the version --- MANIFEST.in | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..6e456e4 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +recursive-include tests *.py +include LICENSE +include MANIFEST.in +include README.rst \ No newline at end of file diff --git a/setup.py b/setup.py index aac5960..d9d91c0 100644 --- a/setup.py +++ b/setup.py @@ -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(),