Skip to content

Commit 4626ec4

Browse files
committed
add disclaimer for generated files
1 parent ae895b2 commit 4626ec4

File tree

16 files changed

+16
-0
lines changed

16 files changed

+16
-0
lines changed

.github/workflows/branchbuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
if: runner.os != 'Linux'
177177
run: |
178178
pytest tests
179+
179180
- name: test pyinstaller packaging
180181
run: |
181182
python -m PyInstaller.utils.run_tests --include_only rapidfuzz.

src/rapidfuzz/distance/DamerauLevenshtein.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (C) 2025 Max Bachmann
3+
# This file is generated by tools/generate_python.py
34
from __future__ import annotations
45

56
import contextlib

src/rapidfuzz/distance/Hamming.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (C) 2025 Max Bachmann
3+
# This file is generated by tools/generate_python.py
34
from __future__ import annotations
45

56
import contextlib

src/rapidfuzz/distance/Indel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (C) 2025 Max Bachmann
3+
# This file is generated by tools/generate_python.py
34
from __future__ import annotations
45

56
import contextlib

src/rapidfuzz/distance/Jaro.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (C) 2025 Max Bachmann
3+
# This file is generated by tools/generate_python.py
34
from __future__ import annotations
45

56
import contextlib

src/rapidfuzz/distance/JaroWinkler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (C) 2025 Max Bachmann
3+
# This file is generated by tools/generate_python.py
34
from __future__ import annotations
45

56
import contextlib

src/rapidfuzz/distance/LCSseq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (C) 2025 Max Bachmann
3+
# This file is generated by tools/generate_python.py
34
from __future__ import annotations
45

56
import contextlib

src/rapidfuzz/distance/Levenshtein.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (C) 2025 Max Bachmann
3+
# This file is generated by tools/generate_python.py
34
from __future__ import annotations
45

56
import contextlib

src/rapidfuzz/distance/OSA.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (C) 2025 Max Bachmann
3+
# This file is generated by tools/generate_python.py
34
from __future__ import annotations
45

56
import contextlib

src/rapidfuzz/distance/Postfix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (C) 2025 Max Bachmann
3+
# This file is generated by tools/generate_python.py
34
from __future__ import annotations
45

56
import contextlib

0 commit comments

Comments
 (0)