From d6214ababb34f9fe5ae77fabb415ca87f0e3dd72 Mon Sep 17 00:00:00 2001 From: Thomas Hunger Date: Fri, 6 Jan 2012 23:40:43 +0000 Subject: [PATCH] Distribute README.rst and HISTORY.rst when building sdist. --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index fd62e29..78d9904 --- a/setup.py +++ b/setup.py @@ -29,6 +29,10 @@ setup( author='Kenneth Reitz', author_email='me@kennethreitz.com', url='https://github.com/kennethreitz/clint', + data_files=[ + 'README.rst', + 'HISTORY.rst', + ], packages= [ 'clint', 'clint.textui',