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
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
66A script that automatically spell checks the comments of a code base.
Original file line number Diff line number Diff line change 1717from importlib .metadata import version , PackageNotFoundError
1818
1919try :
20- __version__ = version ("SimpleITKSpellChecking " )
20+ __version__ = version ("CommentSpellCheck " )
2121except PackageNotFoundError :
2222 # package is not installed
2323 pass
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ classifiers = [
1818dynamic = [" 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 ]
2525dependencies = {file = [" requirements.txt" ]}
You can’t perform that action at this time.
0 commit comments