Initial commit

This commit is contained in:
John Lancaster
2023-03-11 00:05:26 -06:00
commit f3eaf7a525
7 changed files with 309 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = 'room_control'
version = "1.0.0"
description = "Various utilities for a single room controlling app"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
'pvlib'
]
[tool.setuptools.packages.find]