Skip to content

Commit 6d5b35c

Browse files
authored
Merge pull request #22 from OpenDataServices/rename
Rename
2 parents a94a441 + 53d3cad commit 6d5b35c

File tree

96 files changed

+112
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+112
-106
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: 3.9
1313
architecture: x64
1414
- run: pip install -e .[dev]
15-
- run: isort --check-only libcoveweb2 setup.py
16-
- run: black --check libcoveweb2 setup.py
17-
- run: flake8 libcoveweb2 setup.py
18-
- run: mypy --install-types --non-interactive -p libcoveweb2
15+
- run: isort --check-only libfjordweb setup.py
16+
- run: black --check libfjordweb setup.py
17+
- run: flake8 libfjordweb setup.py
18+
- run: mypy --install-types --non-interactive -p libfjordweb

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
environment:
1313
name: pypi
14-
url: https://pypi.org/p/libcoveweb2
14+
url: https://pypi.org/p/libfjordweb
1515
permissions:
1616
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1717
steps:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

README.md

Lines changed: 1 addition & 1 deletion

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
import django
66

7-
import libcoveweb2.settings
7+
import libfjordweb.settings
88

9-
project = "LibCoveWeb2"
9+
project = "LibFjordWeb"
1010

1111
master_doc = "index"
1212

@@ -22,6 +22,6 @@
2222
sys.path.insert(0, str(pathlib.Path("..").resolve()))
2323

2424
# We need to set up Django enough that it won't complain
25-
libcoveweb2.settings.INSTALLED_APPS += ("libcoveweb2",)
26-
os.environ["DJANGO_SETTINGS_MODULE"] = "libcoveweb2.settings"
25+
libfjordweb.settings.INSTALLED_APPS += ("libfjordweb",)
26+
os.environ["DJANGO_SETTINGS_MODULE"] = "libfjordweb.settings"
2727
django.setup()

docs/django-settings.rst

Lines changed: 3 additions & 3 deletions

docs/index.rst

Lines changed: 2 additions & 2 deletions

docs/processing-pipeline.rst

Lines changed: 1 addition & 1 deletion

docs/python-api/process/base.rst

Lines changed: 1 addition & 1 deletion

docs/python-api/process/common_tasks/download_data_task.rst

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)