From 8348e5c4b491bf12b1e1dae8ed84e07e53da15a0 Mon Sep 17 00:00:00 2001 From: Bruno Barbosa Date: Thu, 26 Nov 2015 11:42:01 -0200 Subject: [PATCH] fix long_description references on setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 1f8ab7d..63a1f8d --- a/setup.py +++ b/setup.py @@ -8,8 +8,7 @@ version = '1.1.2' setup(name='pf.listatelefonica', version=version, description="Projeto de Lista Telefonica da Policia Federal", - long_description=open("README.txt").read() + "\n" + - open(os.path.join("docs", "HISTORY.txt")).read(), + long_description=open(os.path.join("docs", "HISTORY.txt")).read(), # Get more strings from # http://pypi.python.org/pypi?:action=list_classifiers classifiers=[ -- libgit2 0.21.2