Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change name of project to match repo name (underscores to hyphens). #3

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading