Skip to content

Commit b118713

Browse files
committed
Update license-files
1 parent a41198e commit b118713

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/on_push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ jobs:
5050
run: |
5151
uv sync --all-extras --dev
5252
- name: Run pre-commit
53-
env:
54-
SKIP: "mypy,istub"
55-
run: uvx pre-commit run --all-files
53+
run: SKIP='mypy,istub' uvx pre-commit run --all-files
5654
- name: Stubs consistency check
5755
if: ${{ matrix.check-consistency }}
5856
run: |

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.26.1"
44
requires-python = ">= 3.8"
55
description = "Type annotations and code completion for awscrt"
66
authors = [{ name = "Vlad Emelianov", email = "[email protected]" }]
7-
license = { file = "LICENSE" }
7+
license = "MIT"
8+
license-files = ["LICENSE"]
89
readme = "README.md"
910
keywords = ["awscrt", "type-annotations", "pyright", "mypy", "boto3"]
1011
classifiers = [
1112
"Development Status :: 5 - Production/Stable",
1213
"Environment :: Console",
13-
"License :: OSI Approved :: MIT License",
1414
"Natural Language :: English",
1515
"Operating System :: OS Independent",
1616
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)