Skip to content

Commit 6455d62

Browse files
committed
Fix url
1 parent 902b4df commit 6455d62

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
packages = find_packages(),
6969
author = '{{ cookiecutter.author_name }}',
7070
author_email = '{{ cookiecutter.author_email }}',
71-
url = 'https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.python_package_name }}',
71+
url = 'https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}',
7272
license = 'BSD',
7373
platforms = "Linux, Mac OS X, Windows",
7474
keywords = ['Jupyter', 'Widgets', 'IPython'],

0 commit comments

Comments
 (0)