Skip to content

Commit

Permalink
merge package name changes from main
Browse files Browse the repository at this point in the history
Merge branch 'main' into 119-adler-demo
  • Loading branch information
jrob93 committed May 15, 2024
2 parents 436cdeb + 9eed15c commit 1e71996
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,8 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# Ignore more logs
*.err

# Ignore image files created by notebooks
*.png
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 1e71996

Please sign in to comment.