From b2e665fcbde8289bf19679cf59b70b78be88cff7 Mon Sep 17 00:00:00 2001 From: tar Date: Fri, 16 Jun 2023 07:45:51 +0200 Subject: [PATCH] Set required python version as 3.10 --- README.rst | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 81954a7..44722eb 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,12 @@ Purpose ======= -This is a simple helper tool designed specificaly for one enterprise app, -which in turn controlls flashing lights on the wind turbines for aviation safety. +This is a simple helper tool designed specifically for one enterprise app, +which in turn controls flashing lights on the wind turbines for aviation safety. -This tool simulates interaction with the light controllers via MODBUS protocol over TCP/IP and additionaly provides a simple UI for configuration and monitoring. +This tool simulates interaction with the light controllers via MODBUS protocol over TCP/IP and additionally provides a simple UI for configuration and monitoring. UI is built using **Flask**, simulator - using the **pyModbusTCP** package -Requires **python3.11** and above +Requires **python3.10** and above Licensed under **GPLv3** license diff --git a/pyproject.toml b/pyproject.toml index be4c548..df682cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "Aviation lights simulator for Environmental Control (EC)" readme = "README.rst" -requires-python = ">=3.11" +requires-python = ">=3.10" keywords = ["simulator", "MODBUS", "EC"] license = {file = "LICENSE"} classifiers = [ @@ -22,7 +22,7 @@ dependencies = [ "prettytable", ] version = "0.0.1" -urls = {homepage = "https://example.com"} +urls = {homepage = "https://gittar.crabdance.com/e-corp/abibas"} [tool.setuptools.package-data] "*" = ["*.json"]