0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 11:33:45 +02:00

Remove leftover references to setup.py (#12514)

* Remove leftover references to setup.py

Missed in #12478.

* Changelog
This commit is contained in:
David Robertson 2022-04-20 19:16:49 +01:00 committed by GitHub
parent 01c8f9ca69
commit 09b4f6e46d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

1
changelog.d/12514.misc Normal file
View file

@ -0,0 +1 @@
Use poetry-core instead of setuptools to build wheels.

View file

@ -233,8 +233,8 @@ disallow_untyped_defs = True
;; The `typeshed` project maintains stubs here:
;; https://github.com/python/typeshed/tree/master/stubs
;; 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
;; `CONDITIONAL_REQUIREMENTS["mypy"]` list.
;; which we can pull in as a dev dependency by adding to `pyproject.toml`'s
;; `[tool.poetry.dev-dependencies]` list.
[mypy-authlib.*]
ignore_missing_imports = True

View file

@ -91,7 +91,7 @@ else
files=(
"synapse" "docker" "tests"
"scripts-dev"
"contrib" "setup.py" "synmark" "stubs" ".ci"
"contrib" "synmark" "stubs" ".ci"
)
fi
fi