Skip to content

Commit

Permalink
Maintenance: Move repository to pyveci/supertask
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 23, 2023
1 parent bef68d1 commit cbb0031
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ All together now.
supertask \
--http-listen-address=localhost:4243 \
--pre-delete-jobs \
--pre-seed-jobs=https://github.com/WalBeh/scheduler-playground/raw/master/cronjobs.json
--pre-seed-jobs=https://github.com/pyveci/supertask/raw/main/cronjobs.json
```


Expand All @@ -101,7 +101,7 @@ documentation].

[APScheduler]: https://pypi.org/project/APScheduler/
[cron]: https://en.wikipedia.org/wiki/Cron
[development sandbox documentation]: https://github.com/WalBeh/scheduler-playground/blob/master/docs/sandbox.md
[development sandbox documentation]: https://github.com/pyveci/supertask/blob/master/docs/sandbox.md
[DWIM]: https://en.wikipedia.org/wiki/DWIM
[FastAPI]: https://pypi.org/project/fastapi/
[Pydantic]: https://pypi.org/project/pydantic/
Expand Down
4 changes: 2 additions & 2 deletions docs/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

Acquire sources.
```shell
git clone https://github.com/WalBeh/scheduler-playground
cd scheduler-playground
git clone https://github.com/pyveci/supertask
cd supertask
```

It is recommended to use a Python virtualenv for the subsequent operations.
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ test = [
"pytest-mock<4",
]
[project.urls]
changelog = "https://github.com/WalBeh/scheduler-playground/blob/master/CHANGES.rst"
documentation = "https://github.com/WalBeh/scheduler-playground"
homepage = "https://github.com/WalBeh/scheduler-playground"
repository = "https://github.com/WalBeh/scheduler-playground"
changelog = "https://github.com/pyveci/supertask/blob/main/CHANGES.md"
documentation = "https://github.com/pyveci/supertask"
homepage = "https://github.com/pyveci/supertask"
repository = "https://github.com/pyveci/supertask"
[project.scripts]
st = "supertask.cli:cli"
supertask = "supertask.cli:cli"
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def cronjobs_json_file() -> str:

@pytest.fixture(scope="session")
def cronjobs_json_url() -> str:
return "https://github.com/WalBeh/scheduler-playground/raw/master/cronjobs.json"
return "https://github.com/pyveci/supertask/raw/main/cronjobs.json"

0 comments on commit cbb0031

Please sign in to comment.