X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fsetup.py;h=21d21b6bda2001de790025b9f1cdce9ea19f4294;hp=ba9c1f73f5667d912ff686d693df0630e1f9857c;hb=f9cb66b0a070eec5151adb1edc59634add7630d1;hpb=4b24cbd411ed9fdf03d22a78430710db49a4ff30 diff --git a/project_template/setup.py b/project_template/setup.py index ba9c1f7..21d21b6 100755 --- a/project_template/setup.py +++ b/project_template/setup.py @@ -18,10 +18,10 @@ 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.rst', 'rU').read(), author='Oleg Broytman', author_email='phd@phdru.name', - url='http://phdru.name/Software/Python/', + url='http://phdru.name/Software/Python/{project}', license='GPL', platforms=['any'], keywords=[''],