Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 09b4f6e

Browse files
author
David Robertson
authored
Remove leftover references to setup.py (#12514)
* Remove leftover references to setup.py Missed in #12478. * Changelog
1 parent 01c8f9c commit 09b4f6e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

changelog.d/12514.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use poetry-core instead of setuptools to build wheels.

mypy.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ disallow_untyped_defs = True
233233
;; The `typeshed` project maintains stubs here:
234234
;; https://github.com/python/typeshed/tree/master/stubs
235235
;; and for each package `foo` there's a corresponding `types-foo` package on PyPI,
236-
;; which we can pull in as a dev dependency by adding to `setup.py`'s
237-
;; `CONDITIONAL_REQUIREMENTS["mypy"]` list.
236+
;; which we can pull in as a dev dependency by adding to `pyproject.toml`'s
237+
;; `[tool.poetry.dev-dependencies]` list.
238238

239239
[mypy-authlib.*]
240240
ignore_missing_imports = True

scripts-dev/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ else
9191
files=(
9292
"synapse" "docker" "tests"
9393
"scripts-dev"
94-
"contrib" "setup.py" "synmark" "stubs" ".ci"
94+
"contrib" "synmark" "stubs" ".ci"
9595
)
9696
fi
9797
fi

0 commit comments

Comments
 (0)