mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Update project metadata for PEP 639 (#140960)
This commit is contained in:
parent
827d5256c6
commit
56e966a980
@ -1,11 +1,12 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools==75.1.0"]
|
requires = ["setuptools==77.0.1"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "homeassistant"
|
name = "homeassistant"
|
||||||
version = "2025.4.0.dev0"
|
version = "2025.4.0.dev0"
|
||||||
license = {text = "Apache-2.0"}
|
license = "Apache-2.0"
|
||||||
|
license-files = ["LICENSE*", "homeassistant/backports/LICENSE*"]
|
||||||
description = "Open-source home automation platform running on Python 3."
|
description = "Open-source home automation platform running on Python 3."
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
authors = [
|
authors = [
|
||||||
@ -16,7 +17,6 @@ classifiers = [
|
|||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Intended Audience :: End Users/Desktop",
|
"Intended Audience :: End Users/Desktop",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: Apache Software License",
|
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
"Topic :: Home Automation",
|
"Topic :: Home Automation",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user