File tree Expand file tree Collapse file tree 5 files changed +32
-54
lines changed
Expand file tree Collapse file tree 5 files changed +32
-54
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/allenporter/cookiecutter-python" ,
3- "commit" : " c7d1638915ef2f3ac58ca3fbeda655b234cb8f0d " ,
3+ "commit" : " 2734ee63990e83402af7f5a98a6cba973933c10f " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ]
232exclude = [
3- " setup.py" ,
433 " venv/" ,
534]
635platform = " linux"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments