Skip to content

Commit d298f64

Browse files
authored
Merge pull request #49 from dave3d/RenameProject
Change project name to CommentSpellCheck
2 parents b69ffa2 + ce4ad43 commit d298f64

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SimpleITKSpellChecking
1+
# CommentSpellCheck
22

3-
![python testing](https://github.com/SimpleITK/SimpleITKSpellChecking/actions/workflows/python-app.yml/badge.svg)
3+
![python testing](https://github.com/SimpleITK/CommentSpellCheck/actions/workflows/python-app.yml/badge.svg)
44

55

66
A script that automatically spell checks the comments of a code base.

comment_spell_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from importlib.metadata import version, PackageNotFoundError
1818

1919
try:
20-
__version__ = version("SimpleITKSpellChecking")
20+
__version__ = version("CommentSpellCheck")
2121
except PackageNotFoundError:
2222
# package is not installed
2323
pass

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ classifiers = [
1818
dynamic = ["dependencies", "version"]
1919

2020
[project.urls]
21-
"Homepage" = "https://github.com/SimpleITK/SimpleITKSpellChecking"
22-
"Bug Tracker" = "https://github.com/SimpleITK/SimpleITKSpellChecking"
21+
"Homepage" = "https://github.com/SimpleITK/CommentSpellCheck"
22+
"Bug Tracker" = "https://github.com/SimpleITK/CommentSpellCheck"
2323

2424
[tool.setuptools.dynamic]
2525
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)