Skip to content

Commit 268e37f

Browse files
AllSeeingEyeTolledEweSewarvidn
authored andcommitted
Backport setup.py from master (RC_2_0 only)
1 parent a692732 commit 268e37f

File tree

3 files changed

+142
-122
lines changed

3 files changed

+142
-122
lines changed

.pre-commit-config.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ repos:
5151
bindings/python/client.py|
5252
bindings/python/dummy_data.py|
5353
bindings/python/make_torrent.py|
54-
bindings/python/setup.py|
5554
bindings/python/simple_client.py|
5655
bindings/python/test.py|
5756
docs/gen_reference_doc.py|
@@ -81,7 +80,6 @@ repos:
8180
# Avoiding PR bloat
8281
exclude: |
8382
(?x)^(
84-
bindings/python/setup.py|
8583
bindings/python/test.py|
8684
tools/benchmark_checking.py|
8785
tools/copyright.py|
@@ -98,7 +96,6 @@ repos:
9896
bindings/python/client.py|
9997
bindings/python/dummy_data.py|
10098
bindings/python/make_torrent.py|
101-
bindings/python/setup.py|
10299
bindings/python/simple_client.py|
103100
bindings/python/test.py|
104101
docs/filter-rst.py|
@@ -109,7 +106,6 @@ repos:
109106
examples/run_benchmarks.py|
110107
fuzzers/tools/generate_initial_corpus.py|
111108
fuzzers/tools/unify_corpus_names.py|
112-
setup.py|
113109
test/http_proxy.py|
114110
test/socks.py|
115111
test/web_server.py|
@@ -146,7 +142,6 @@ repos:
146142
bindings/python/client.py|
147143
bindings/python/dummy_data.py|
148144
bindings/python/make_torrent.py|
149-
bindings/python/setup.py|
150145
bindings/python/test.py|
151146
docs/filter-rst.py|
152147
docs/gen_reference_doc.py|
@@ -186,7 +181,6 @@ repos:
186181
# Enable these later, avoid bloating this PR
187182
bindings/python/client.py|
188183
bindings/python/make_torrent.py|
189-
bindings/python/setup.py|
190184
bindings/python/test.py|
191185
docs/gen_settings_doc.py|
192186
docs/gen_todo.py|

0 commit comments

Comments
 (0)