Skip to content

Commit

Permalink
Update pyproject.toml (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Jul 24, 2024
1 parent 6fe7011 commit ad6da17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.package_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "{{ cookiecutter.module_name }}"
description = "{{ cookiecutter.short_description }}"
requires-python = ">={{ cookiecutter.minimum_python_version }}"
readme = { file = "README.rst", content-type = "text/x-rst" }
license = { file = "licenses/LICENSE.rst", content-type = "text/plain" }
license = { file = "licenses/LICENSE.rst" }
{%- if cookiecutter.author_name and cookiecutter.author_email %}
authors = [
{ name = "{{ cookiecutter.author_name }}", email = "{{ cookiecutter.author_email }}" },
Expand Down

0 comments on commit ad6da17

Please sign in to comment.