diff --git a/docs/conf.py b/docs/conf.py index 18c936d..86729bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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]) diff --git a/pyproject.toml b/pyproject.toml index 4048c87..7482ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "adler" +name = "lsst-adler" license = {file = "LICENSE"} readme = "README.md" authors = [ @@ -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]