Remove README.rst from datafiles to avoid warnings in pip

This will also fix an issue with pip install on OSX.
This commit is contained in:
Miguel Angel Ajo 2016-04-26 10:59:43 -05:00
parent e901627f16
commit 6086787765
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import time
import urllib2
__version__ = '1.0.3'
__version__ = '1.0.5'
EXTRALINES_PADDING = " " * 40
CACHE_DIR = "%s/oslogmerger-cache/" % tempfile.gettempdir()

View File

@ -60,7 +60,6 @@ setup(
# 'dev': ['check-manifest'],
# 'test': ['coverage'],
# },
data_files=['README.rst'],
entry_points={
'console_scripts': [