[project] name = "Goodwe_reader" version = "0.1.0" description = "Default template for PDM package" authors = [ {name = "Jan Benicek", email = "jan00@benicek.xyz"}, ] dependencies = [ "goodwe>=0.4.8", "pydantic>=2.8.2", "pydantic-settings>=2.3.4", "motor>=3.5.1", ] requires-python = "==3.12.*" readme = "README.md" license = {text = "MIT"} [tool.pdm] distribution = false [tool.pdm.scripts] start = "python src/main.py"