From 8200c4835118c2a675ce89096d5d01dcd484bb10 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 22 Jul 2025 13:09:51 +0300 Subject: [PATCH] Fix readme and version --- tools/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 1e64206..f252c76 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "pyflix" -version = "0.1.0" +version = "0.1.2" description = "Python API for Flix drone" authors = [{ name="Oleg Kalachev", email="okalachev@gmail.com" }] license = "MIT" -readme = "README.md" +readme = "pyflix/README.md" requires-python = ">=3.8" dependencies = [ "pymavlink",