Skip to content

Commit

Permalink
Change to double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jan 12, 2024
1 parent 259f5e0 commit 2bd9353
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Top-level package for {{ cookiecutter.project_name }}."""

__author__ = """{{ cookiecutter.full_name }}"""
__email__ = '{{ cookiecutter.email }}'
__version__ = '{{ cookiecutter.version }}'
__email__ = "{{ cookiecutter.email }}"
__version__ = "{{ cookiecutter.version }}"

0 comments on commit 2bd9353

Please sign in to comment.