diff --git a/cookiecutter.json b/cookiecutter.json index c263dae5..c02c3194 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -6,7 +6,6 @@ "full_name": "Xie Wei", "email": "ampedee@gmail.com", "github_username": "waynerv", - "pypi_username": "{{ cookiecutter.github_username }}", "version": "0.1.0", "command_line_interface": ["Click", "No command-line interface"], "open_source_license": ["MIT", "BSD-3-Clause", "ISC", "Apache-2.0", "GPL-3.0-only", "Not open source"], diff --git a/docs/faq.md b/docs/faq.md index 07b856e6..a99a7b20 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -57,9 +57,6 @@ github_username Your GitHub username. - pypi_username - Your Python Package Index account username. - version The starting version number of the package.