Fix readme and version

This commit is contained in:
Oleg Kalachev 2025-07-22 13:09:51 +03:00
parent 6c729f0936
commit 8200c48351

View File

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