Skip to content

Commit

Permalink
Add pyproject.toml and remove setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari committed May 8, 2023
1 parent bfad52a commit 1d42fa6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 37 deletions.
36 changes: 36 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[project]
name = "aioairzone"
version = "0.5.4"
description = "Library to control Airzone devices"
readme = "README.md"
requires-python = ">=3.9"
license = {text = "Apache-2.0"}
keywords = ["airzone", "hvac", "home"]
authors = [
{name = "Álvaro Fernández Rojas", email = "[email protected]" }
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Home Automation",
]
dependencies = [
"aiohttp"
]

[project.urls]
"Homepage" = "https://github.com/Noltari/aioairzone"

[tool.setuptools]
platforms = ["any"]
zip-safe = false
include-package-data = true

[build-system]
requires = ["setuptools>=43.0.0", "wheel"]
build-backend = "setuptools.build_meta"
37 changes: 0 additions & 37 deletions setup.py

This file was deleted.

0 comments on commit 1d42fa6

Please sign in to comment.