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