projects
/
cookiecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c053bf5
)
Fix mode for open at w32
author
Oleg Broytman
<phd@phdru.name>
Sat, 29 Apr 2017 12:57:32 +0000
(15:57 +0300)
committer
Oleg Broytman
<phd@phdru.name>
Sat, 29 Apr 2017 12:57:32 +0000
(15:57 +0300)
project_template/setup.py
patch
|
blob
|
history
diff --git
a/project_template/setup.py
b/project_template/setup.py
index 94c8d956c47bde66d0603ced1d20654cee090f65..b8c629f95656ad66659c4f24b3978c780e95263c 100755
(executable)
--- a/
project_template/setup.py
+++ b/
project_template/setup.py
@@
-18,7
+18,7
@@
from {project}_version import __version__ # noqa
setup(name='{project}',
version=__version__,
description='Broytman {project}',
- long_description=open('README.txt', 'r
t
U').read(),
+ long_description=open('README.txt', 'rU').read(),
author='Oleg Broytman',
author_email='phd@phdru.name',
url='http://phdru.name/Software/Python/{project}',