瀏覽代碼

Remove leftover references to setup.py (#12514)

* Remove leftover references to setup.py

Missed in #12478.

* Changelog
tags/v1.58.0rc1
David Robertson 2 年之前
committed by GitHub
父節點
當前提交
09b4f6e46d
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 3 個文件被更改,包括 4 次插入3 次删除
  1. +1
    -0
      changelog.d/12514.misc
  2. +2
    -2
      mypy.ini
  3. +1
    -1
      scripts-dev/lint.sh

+ 1
- 0
changelog.d/12514.misc 查看文件

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

+ 2
- 2
mypy.ini 查看文件

@@ -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


+ 1
- 1
scripts-dev/lint.sh 查看文件

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


Loading…
取消
儲存