Skip to content

Commit

Permalink
Updated full name and github username
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeep committed Sep 10, 2016
1 parent d8ed21d commit b550ad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookiecutter.json
@@ -1,13 +1,13 @@
{
"full_name": "Mandeep Bhutani",
"full_name": "Mandeep",
"email": "info@mandeep.xyz",
"github_username": "mandeepbhutani",
"github_username": "mandeep",
"repo_name": "cookiecutter_PyQt5",
"package_name": "{{ cookiecutter.repo_name.lower().replace(' ', '_') }}",
"application_name": "application",
"application_title": "Template",
"project_short_description": "A PyQt5 GUI application",
"version": "0.0.2",
"version": "0.0.1",
"insert_toolbar": "yes",
"insert_statusbar": "yes"
}

0 comments on commit b550ad9

Please sign in to comment.