Commit 8348e5c4b491bf12b1e1dae8ed84e07e53da15a0
1 parent
e7bc88f3
Exists in
master
fix long_description references on setup.py
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
... | ... | @@ -8,8 +8,7 @@ version = '1.1.2' |
8 | 8 | setup(name='pf.listatelefonica', |
9 | 9 | version=version, |
10 | 10 | description="Projeto de Lista Telefonica da Policia Federal", |
11 | - long_description=open("README.txt").read() + "\n" + | |
12 | - open(os.path.join("docs", "HISTORY.txt")).read(), | |
11 | + long_description=open(os.path.join("docs", "HISTORY.txt")).read(), | |
13 | 12 | # Get more strings from |
14 | 13 | # http://pypi.python.org/pypi?:action=list_classifiers |
15 | 14 | classifiers=[ | ... | ... |