diff --git a/pyproject.toml b/pyproject.toml index e0b3d5e..1986e3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "flightctl" +name = "flightctl-client" version = "1.1.0" description = "Flight Control API" authors = [ diff --git a/setup.py b/setup.py index a6c23c0..3512777 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools -NAME = "flightctl" +NAME = "flightctl-client" VERSION = "1.1.0" PYTHON_REQUIRES = ">= 3.9" REQUIRES = [