Skip to content

Commit 423e05f

Browse files
author
Emma Doyle
committed
master: update
1 parent 4a4761b commit 423e05f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ orbs:
1111

1212

1313
workflows:
14-
rxpy:
14+
rx_algorithm:
1515
jobs:
1616
- dynamic/continue:
1717
context: orb-publishing

.github/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
_extends: .github
22

33
repository:
4-
name: rxpy
4+
name: rx_algorithm
55
description: A fast (experimental) RX algorithm implementation in Python 3.9+
6-
homepage: https://github.com/bjd2385/rxpy
6+
homepage: https://github.com/bjd2385/rx_algorithm
77

88
# A comma-separated list of topics to set on the repository
99
topics: rx, algorithm, mahalanobis, image

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requires = ["poetry-core"]
3636
build-backend = "poetry.core.masonry.api"
3737

3838
[tool.poetry.scripts]
39-
# rxpy = "src.rxpy.cli:main"
39+
# rxpy = "src.rx.cli:main"
4040

4141
[tool.mypy]
4242
python_version = "3.9"

0 commit comments

Comments
 (0)