From 7e92b06b9109777f08c903ce1af4e5e7bf1ce2bf Mon Sep 17 00:00:00 2001 From: Efilaluck <73797477+EfratIfergan@users.noreply.github.com> Date: Mon, 7 Sep 2026 18:40:18 +0300 Subject: [PATCH] Fix typo in package name from 'flighctl' to 'flightctl' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c6801b..4788e2d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools -NAME = "flighctl-client" +NAME = "flightctl-client" VERSION = "1.3.0" PYTHON_REQUIRES = ">= 3.9" REQUIRES = [