There was an error while loading. Please reload this page.
2 parents 7057701 + abc7ad3 commit cd15cd2Copy full SHA for cd15cd2
1 file changed
setup.py
@@ -21,7 +21,7 @@
21
#
22
# prerequisite: setuptools
23
# http://pypi.python.org/pypi/setuptools
24
-NAME = "flightctl"
+NAME = "flighctl-client"
25
VERSION = "1.3.0"
26
PYTHON_REQUIRES = ">= 3.9"
27
REQUIRES = [
@@ -48,4 +48,4 @@
48
[Flight Control](https://flightctl.io) is a service for declarative management of fleets of edge devices and their workloads.
49
""", # noqa: E501
50
package_data={"flightctl": ["py.typed"]},
51
-)
+)
0 commit comments