Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit d2ac1ac

Browse files
committed
Fix poetry packages
1 parent 5d65f53 commit d2ac1ac

File tree

2 files changed

+2
-69
lines changed

2 files changed

+2
-69
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "6.4.0"
44
description = "Python module for the Tecnotree Sensa Platform"
55
authors = ["Tecnotree <support@tecnotree.com>"]
66
readme = "README.md"
7-
packages = [{include='./*.py'}]
7+
packages = [{include='cortex/**/*.py'}]
88
[tool.poetry.dependencies]
9-
python = "^3.11"
9+
python = ">=3.9,<3.12"
1010
requests = ">=2.31.0,<3,"
1111
requests-toolbelt = ">=1.0.0,"
1212
pyyaml = ">=5.4.1,"

setup.py

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

0 commit comments

Comments
 (0)