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",