[core] Remove references to deleted setup.py

This commit is contained in:
Jesse Hills 2024-05-16 17:05:00 +12:00
parent b06e0746f5
commit 5cd65e3d2d
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
4 changed files with 5 additions and 4 deletions

View File

@ -61,7 +61,9 @@ jobs:
ESPHOME_NO_VENV: 1
run: script/setup
- name: Build
run: python setup.py sdist bdist_wheel
run: |-
pip3 install build
python3 -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.8.14

View File

@ -6,7 +6,7 @@
# the integration's code owner is automatically notified.
# Core Code
setup.py @esphome/core
pyproject.toml @esphome/core
esphome/*.py @esphome/core
esphome/core/* @esphome/core

View File

@ -28,7 +28,7 @@ BASE = """
# the integration's code owner is automatically notified.
# Core Code
setup.py @esphome/core
pyproject.toml @esphome/core
esphome/*.py @esphome/core
esphome/core/* @esphome/core

View File

@ -229,7 +229,6 @@ def lint_ext_check(fname):
"docker/ha-addon-rootfs/**",
"docker/*.py",
"script/*",
"setup.py",
]
)
def lint_executable_bit(fname):