Remove leftover references to setup.py (#12514)
* Remove leftover references to setup.py Missed in #12478. * Changelog
This commit is contained in:
parent
01c8f9ca69
commit
09b4f6e46d
|
@ -0,0 +1 @@
|
||||||
|
Use poetry-core instead of setuptools to build wheels.
|
4
mypy.ini
4
mypy.ini
|
@ -233,8 +233,8 @@ disallow_untyped_defs = True
|
||||||
;; The `typeshed` project maintains stubs here:
|
;; The `typeshed` project maintains stubs here:
|
||||||
;; https://github.com/python/typeshed/tree/master/stubs
|
;; https://github.com/python/typeshed/tree/master/stubs
|
||||||
;; and for each package `foo` there's a corresponding `types-foo` package on PyPI,
|
;; and for each package `foo` there's a corresponding `types-foo` package on PyPI,
|
||||||
;; which we can pull in as a dev dependency by adding to `setup.py`'s
|
;; which we can pull in as a dev dependency by adding to `pyproject.toml`'s
|
||||||
;; `CONDITIONAL_REQUIREMENTS["mypy"]` list.
|
;; `[tool.poetry.dev-dependencies]` list.
|
||||||
|
|
||||||
[mypy-authlib.*]
|
[mypy-authlib.*]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
|
@ -91,7 +91,7 @@ else
|
||||||
files=(
|
files=(
|
||||||
"synapse" "docker" "tests"
|
"synapse" "docker" "tests"
|
||||||
"scripts-dev"
|
"scripts-dev"
|
||||||
"contrib" "setup.py" "synmark" "stubs" ".ci"
|
"contrib" "synmark" "stubs" ".ci"
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue