diff --git a/setup.cfg b/setup.cfg index b0862cb..df10ada 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,6 +46,7 @@ doctest_optionflags = NORMALIZE_WHITESPACE [options.entry_points] console_scripts = git-crecord = git_crecord.main:main + git-cstage = git_crecord.main:main [flake8] doctests = yes