Commit d9629b35 authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #238 from mindw/0.19.x

fix some typos
parents e4530bcc ef0fe941
...@@ -83,9 +83,8 @@ else: ...@@ -83,9 +83,8 @@ else:
if include_debugger: if include_debugger:
if 'setuptools' in sys.modules: if 'setuptools' in sys.modules:
setuptools_extra_args['entry_points']['console_scripts'].append( setuptools_extra_args['entry_points']['console_scripts'].append(
'cygdb = Cython.Debugger.Cygdb:main' 'cygdb = Cython.Debugger.Cygdb:main')
) else:
else
if os.name == "posix": if os.name == "posix":
scripts.append('bin/cygdb') scripts.append('bin/cygdb')
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment