diff --git a/.copier-answers.yml b/.copier-answers.yml index 08ed13c..efc5c32 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -13,7 +13,7 @@ include_notebooks: true mypy_type_checking: none package_name: laiss_resspect_classifier project_license: MIT -project_name: laiss_resspect_classifier +project_name: laiss-resspect-classifier project_organization: lincc-frameworks python_versions: - '3.9' diff --git a/docs/conf.py b/docs/conf.py index f8cb827..fe9d5a0 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 = "laiss_resspect_classifier" +project = "laiss-resspect-classifier" copyright = "2024, Haille Perkins" author = "Haille Perkins" -release = version("laiss_resspect_classifier") +release = version("laiss-resspect-classifier") # for example take major/minor version = ".".join(release.split(".")[:2]) diff --git a/pyproject.toml b/pyproject.toml index 502f9de..3623396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] -name = "laiss_resspect_classifier" +name = "laiss-resspect-classifier" license = {file = "LICENSE"} readme = "README.md" authors = [ @@ -20,7 +20,7 @@ dependencies = [ ] [project.urls] -"Source Code" = "https://github.com/lincc-frameworks/laiss_resspect_classifier" +"Source Code" = "https://github.com/lincc-frameworks/laiss-resspect-classifier" # On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes) [project.optional-dependencies]