Skip to content

Commit

Permalink
Optimistically reference LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Jan 31, 2025
1 parent 9ceb127 commit 7b67928
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ classifiers = [
]
{%- if cookiecutter.license != "None" %}
license = "{{cookiecutter.license}}"
license-files = [ "LICENSE" ]
{%- endif %}
license-files = [ "LICENSE" ]
requires-python = ">=3.9"
dependencies = [
{%- if cookiecutter.faker_extra %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ classifiers = [
]
{%- if cookiecutter.license != "None" %}
license = "{{cookiecutter.license}}"
license-files = [ "LICENSE" ]
{%- endif %}
license-files = [ "LICENSE" ]
requires-python = ">=3.9"
dependencies = [
{%- if extras %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
{%- if cookiecutter.license != "None" %}
license = "{{cookiecutter.license}}"
license-files = [ "LICENSE" ]
{%- endif %}
license-files = [ "LICENSE" ]
requires-python = ">=3.9"
dependencies = [
{%- if cookiecutter.faker_extra %}
Expand Down

0 comments on commit 7b67928

Please sign in to comment.