X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fsetup.py;h=b8c629f95656ad66659c4f24b3978c780e95263c;hp=94c8d956c47bde66d0603ced1d20654cee090f65;hb=acbf5e07016ebe0346ba99315bc3e675c8030c48;hpb=c053bf5b68df9f6f2e2bf4a55cede3c93069d765 diff --git a/project_template/setup.py b/project_template/setup.py index 94c8d95..b8c629f 100755 --- 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', 'rtU').read(), + long_description=open('README.txt', 'rU').read(), author='Oleg Broytman', author_email='phd@phdru.name', url='http://phdru.name/Software/Python/{project}',