X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=project_template%2Fsetup.py;h=e80242803b087d71b305333f9534e84fdb5ca697;hb=01278a7c66989f50a38fb6ce517876d8fddd5dd8;hp=8297efa6656c7c47a32c9c8d2f7051cf30a50c83;hpb=082bcece9ab1c60b169cd09160d19adb0bced630;p=cookiecutter.git diff --git a/project_template/setup.py b/project_template/setup.py index 8297efa..e802428 100755 --- a/project_template/setup.py +++ b/project_template/setup.py @@ -27,7 +27,7 @@ setup( name='{project}', version={project}_version.__version__, description='Broytman {project}', - long_description=open('README.rst', 'rU').read(), + long_description=open('README.rst', 'r').read(), long_description_content_type="text/x-rst", author='Oleg Broytman', author_email='phd@phdru.name',