From 9324af95b2d8bff844185df3e35cd84075dfd194 Mon Sep 17 00:00:00 2001 From: Jason Piper Date: Thu, 9 Jan 2014 22:52:08 +0000 Subject: [PATCH] Fixed README and HISTORY being installed to /usr --- setup.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.py b/setup.py index 5cd00a4..e1dd436 100755 --- a/setup.py +++ b/setup.py @@ -11,8 +11,6 @@ except ImportError: import clint - - def publish(): """Publish to PyPi""" os.system("python setup.py sdist upload") @@ -32,10 +30,6 @@ 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',