Skip to content

Commit df11a6a

Browse files
authored
scruft update (#1193)
1 parent 605b1b8 commit df11a6a

File tree

5 files changed

+32
-54
lines changed

5 files changed

+32
-54
lines changed

.cruft.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/allenporter/cookiecutter-python",
3-
"commit": "c7d1638915ef2f3ac58ca3fbeda655b234cb8f0d",
3+
"commit": "2734ee63990e83402af7f5a98a6cba973933c10f",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -10,8 +10,7 @@
1010
"project_name": "google_nest_sdm",
1111
"description": "Library for the Google Nest SDM API",
1212
"version": "3.0.4",
13-
"_template": "https://github.com/allenporter/cookiecutter-python",
14-
"_commit": "c7d1638915ef2f3ac58ca3fbeda655b234cb8f0d"
13+
"_template": "https://github.com/allenporter/cookiecutter-python"
1514
}
1615
},
1716
"directory": null

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,3 @@ repos:
3939
- --strict
4040
- -c
4141
- ".yaml-lint.yaml"
42-
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v2.8.0
44-
hooks:
45-
- id: setup-cfg-fmt

pyproject.toml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
1+
[build-system]
2+
build-backend = "setuptools.build_meta"
3+
requires = ["setuptools>=77.0"]
4+
5+
[project]
6+
name = "google_nest_sdm"
7+
version = "7.1.5"
8+
license = "Apache-2.0"
9+
license-files = ["LICENSE"]
10+
description = "Library for the Google Nest SDM API"
11+
readme = "README.md"
12+
authors = [{ name = "Allen Porter", email = "[email protected]" }]
13+
requires-python = ">=3.11"
14+
classifiers = []
15+
dependencies = [
16+
"aiohttp>=3.7.3",
17+
"google-auth>=1.22.0",
18+
"google-auth-oauthlib>=0.4.1",
19+
"google-cloud-pubsub>=2.1.0",
20+
"requests-oauthlib>=1.3.0",
21+
"PyYAML>=6.0",
22+
"mashumaro>=3.12",
23+
]
24+
25+
[project.urls]
26+
Source = "https://github.com/allenporter/google_nest_sdm"
27+
28+
[tool.setuptools.packages.find]
29+
include = ["google_nest_sdm*"]
30+
131
[tool.mypy]
232
exclude = [
3-
"setup.py",
433
"venv/",
534
]
635
platform = "linux"

setup.cfg

Lines changed: 0 additions & 41 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)