Skip to content

Commit cd15cd2

Browse files
authored
Merge pull request #22 from flightctl/EfratIfergan-patch-1
Rename package to 'flighctl-client'
2 parents 7057701 + abc7ad3 commit cd15cd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
24-
NAME = "flightctl"
24+
NAME = "flighctl-client"
2525
VERSION = "1.3.0"
2626
PYTHON_REQUIRES = ">= 3.9"
2727
REQUIRES = [
@@ -48,4 +48,4 @@
4848
[Flight Control](https://flightctl.io) is a service for declarative management of fleets of edge devices and their workloads.
4949
""", # noqa: E501
5050
package_data={"flightctl": ["py.typed"]},
51-
)
51+
)

0 commit comments

Comments
 (0)