chore: rename api_client to api-client (#1727)
This commit is contained in:
parent
e623c1f0df
commit
fef38fb131
|
@ -47,7 +47,7 @@ updates:
|
|||
- dependencies
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/api_client"
|
||||
directory: "/api-client"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
scopes: |
|
||||
analyzer
|
||||
api
|
||||
api_client
|
||||
api-client
|
||||
installer
|
||||
legacy
|
||||
playout
|
||||
|
|
|
@ -115,7 +115,7 @@ jobs:
|
|||
context:
|
||||
- analyzer
|
||||
- api
|
||||
- api_client
|
||||
- api-client
|
||||
- playout
|
||||
- shared
|
||||
- worker
|
||||
|
@ -145,7 +145,7 @@ jobs:
|
|||
matrix:
|
||||
context:
|
||||
- analyzer
|
||||
- api_client
|
||||
- api-client
|
||||
- shared
|
||||
release:
|
||||
- buster
|
||||
|
|
2
install
2
install
|
@ -1045,7 +1045,7 @@ loudCmd "$pip_install ${AIRTIMEROOT}/shared"
|
|||
verbose "...Done"
|
||||
|
||||
verbose "\n * Installing API client..."
|
||||
loudCmd "$pip_install ${AIRTIMEROOT}/api_client"
|
||||
loudCmd "$pip_install ${AIRTIMEROOT}/api-client"
|
||||
verbose "...Done"
|
||||
|
||||
verbose "\n * Installing playout and liquidsoap..."
|
||||
|
|
|
@ -46,7 +46,7 @@ setup(
|
|||
],
|
||||
extras_require={
|
||||
"dev": [
|
||||
f"libretime-api-client @ file://localhost{here.parent / 'api_client'}",
|
||||
f"libretime-api-client @ file://localhost{here.parent / 'api-client'}",
|
||||
f"libretime-shared @ file://localhost{here.parent / 'shared'}",
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue