Skip to content

Commit

Permalink
Change name of project to match repo name (underscores to hyphens).
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Oct 18, 2024
1 parent 81b601f commit 465b514
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
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 = "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])

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[project]
name = "laiss_resspect_classifier"
name = "laiss-resspect-classifier"
license = {file = "LICENSE"}
readme = "README.md"
authors = [
Expand All @@ -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]
Expand Down

0 comments on commit 465b514

Please sign in to comment.