feat(worker): rename service and package to libretime-worker (#2065)
BREAKING CHANGE: The `libretime-celery` python package and service was renamed to `libretime-worker`. Make sure to remove the old python package and service.
This commit is contained in:
parent
a9cd1fb3df
commit
2edbf15bf4
12 changed files with 35 additions and 21 deletions
|
@ -1,9 +1,9 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name="libretime-celery",
|
||||
name="libretime-worker",
|
||||
version="0.1",
|
||||
description="LibreTime Celery",
|
||||
description="LibreTime Worker",
|
||||
author="LibreTime Contributors",
|
||||
url="https://github.com/libretime/libretime",
|
||||
project_urls={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue