We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902b4df commit 6455d62Copy full SHA for 6455d62
{{cookiecutter.github_project_name}}/setup.py
@@ -68,7 +68,7 @@
68
packages = find_packages(),
69
author = '{{ cookiecutter.author_name }}',
70
author_email = '{{ cookiecutter.author_email }}',
71
- url = 'https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.python_package_name }}',
+ url = 'https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}',
72
license = 'BSD',
73
platforms = "Linux, Mac OS X, Windows",
74
keywords = ['Jupyter', 'Widgets', 'IPython'],
0 commit comments