diff --git a/setup.py b/setup.py index bba8b3e..5c6801b 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools -NAME = "flightctl" +NAME = "flighctl-client" VERSION = "1.3.0" PYTHON_REQUIRES = ">= 3.9" REQUIRES = [ @@ -48,4 +48,4 @@ [Flight Control](https://flightctl.io) is a service for declarative management of fleets of edge devices and their workloads. """, # noqa: E501 package_data={"flightctl": ["py.typed"]}, -) \ No newline at end of file +)