Skip to content

Commit

Permalink
Merge pull request #127 from lsst-uk/59-renaming
Browse files Browse the repository at this point in the history
59 renaming project
  • Loading branch information
mschwamb authored May 15, 2024
2 parents 2894656 + d9fe44e commit abef542
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "adler"
project = "lsst-adler"
copyright = "2023, Adler Team"
author = "Adler Team"
release = version("adler")
release = version("lsst-adler")
# for example take major/minor
version = ".".join(release.split(".")[:2])

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "adler"
name = "lsst-adler"
license = {file = "LICENSE"}
readme = "README.md"
authors = [
Expand All @@ -24,7 +24,7 @@ dependencies = [
]

[project.urls]
"Source Code" = "https://github.com/lsst-uk/adler"
"Source Code" = "https://github.com/lsst-uk/lsst-adler"

# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
[project.optional-dependencies]
Expand Down

0 comments on commit abef542

Please sign in to comment.