File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # SimpleITKSpellChecking
1
+ # CommentSpellCheck
2
2
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 )
4
4
5
5
6
6
A script that automatically spell checks the comments of a code base.
Original file line number Diff line number Diff line change 17
17
from importlib .metadata import version , PackageNotFoundError
18
18
19
19
try :
20
- __version__ = version ("SimpleITKSpellChecking " )
20
+ __version__ = version ("CommentSpellCheck " )
21
21
except PackageNotFoundError :
22
22
# package is not installed
23
23
pass
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ classifiers = [
18
18
dynamic = [" dependencies" , " version" ]
19
19
20
20
[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 "
23
23
24
24
[tool .setuptools .dynamic ]
25
25
dependencies = {file = [" requirements.txt" ]}
You can’t perform that action at this time.
0 commit comments