Skip to content

Commit 13b4282

Browse files
committed
Change project name to CommentSpellCheck
1 parent de16d6f commit 13b4282

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+
# CommentSpellChecking
22

3-
![python testing](https://github.com/SimpleITK/SimpleITKSpellChecking/actions/workflows/python-app.yml/badge.svg)
3+
![python testing](https://github.com/SimpleITK/CommentSpellChecking/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("CommentSpellChecking")
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)