Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #523 from lpsinger/license-files
Browse files Browse the repository at this point in the history
Replace deprecated license_file option with license_files
  • Loading branch information
pllim committed Aug 18, 2022
2 parents 965417d + ff57d71 commit 99be980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{ cookiecutter.package_name }}/pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
{% if cookiecutter.include_example_code == 'y' %}
requires = ["setuptools",
requires = ["setuptools>=42.0.0",
"setuptools_scm",
"wheel",
"extension-helpers",
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.package_name }}/setup.cfg
Expand Up @@ -3,7 +3,7 @@ name = {{ cookiecutter.module_name }}
author = {{ cookiecutter.author_name }}
author_email = {{ cookiecutter.author_email }}
license = {{ cookiecutter.license }}
license_file = licenses/LICENSE.rst
license_files = licenses/LICENSE.rst
url = {{ cookiecutter.project_url }}
description = {{ cookiecutter.short_description }}
long_description = file: README.rst
Expand Down

0 comments on commit 99be980

Please sign in to comment.