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

Commit

Permalink
Remove leftover references to setup.py (#12514)
Browse files Browse the repository at this point in the history
* Remove leftover references to setup.py

Missed in #12478.

* Changelog
  • Loading branch information
David Robertson authored Apr 20, 2022
1 parent 01c8f9c commit 09b4f6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/12514.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use poetry-core instead of setuptools to build wheels.
4 changes: 2 additions & 2 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts-dev/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ else
files=(
"synapse" "docker" "tests"
"scripts-dev"
"contrib" "setup.py" "synmark" "stubs" ".ci"
"contrib" "synmark" "stubs" ".ci"
)
fi
fi
Expand Down

0 comments on commit 09b4f6e

Please sign in to comment.