Skip to content

Commit

Permalink
tests: fix name of license file configured in pyproject.toml (#1718)
Browse files Browse the repository at this point in the history
The license file configured in `pyproject.toml` was missing the `*.txt`
extension, leading to warnings in tests.

Parent: GEOS-ESM/SMT-Nebulae#89
  • Loading branch information
romanc authored Oct 29, 2024
1 parent 96f67dc commit c78bafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ keywords = [
'portable',
'hpc'
]
license = {file = 'LICENSE'}
license = {file = 'LICENSE.txt'}
name = 'gt4py'
readme = 'README.md'
requires-python = '>=3.8'
Expand Down

0 comments on commit c78bafd

Please sign in to comment.