]> git.phdru.name Git - cookiecutter.git/commitdiff
[setup.py] Append {project} to URL
authorOleg Broytman <phd@phdru.name>
Sat, 15 Apr 2017 19:04:15 +0000 (22:04 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 15 Apr 2017 19:04:15 +0000 (22:04 +0300)
project_template/setup.py

index ba9c1f73f5667d912ff686d693df0630e1f9857c..94c8d956c47bde66d0603ced1d20654cee090f65 100755 (executable)
@@ -21,7 +21,7 @@ setup(name='{project}',
       long_description=open('README.txt', 'rtU').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=[''],