Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaLynn committed May 7, 2024
1 parent 98eb15f commit 30225d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include_docs: false
mypy_type_checking: none
package_name: tdastro
project_license: MIT
project_name: tdstro
project_name: tdastro
project_organization: lincc-frameworks
python_versions:
- '3.9'
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 = "tdstro"
name = "tdastro"
license = {file = "LICENSE"}
readme = "README.md"
authors = [
Expand All @@ -19,7 +19,7 @@ dependencies = [
]

[project.urls]
"Source Code" = "https://github.com/lincc-frameworks/tdstro"
"Source Code" = "https://github.com/lincc-frameworks/tdastro"

# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
[project.optional-dependencies]
Expand Down

0 comments on commit 30225d1

Please sign in to comment.