Skip to content

Commit

Permalink
fix: Use license field again (instead of license-expression)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 26, 2022
1 parent 2a65c00 commit d65665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/pyproject.toml.jinja
Expand Up @@ -6,7 +6,7 @@ build-backend = "pdm.pep517.api"
name = "{{ python_package_distribution_name }}"
description = "{{ project_description }}"
authors = [{name = "{{ author_fullname }}", email = "{{ author_email }}"}]
license-expression = "
license = "
{%- if copyright_license == "Academic Free License v3.0" -%}
AFL-3.0
{%- elif copyright_license == "Apache License 2.0" -%}
Expand Down

0 comments on commit d65665a

Please sign in to comment.