diff --git a/setup.py b/setup.py index a4f7394..4fc2c4b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ packages=['easyedit', 'tests'], entry_points={ 'console_scripts': [ - 'EasyEdit=easyedit.editor:main' + 'EasyEdit=easyedit.Editor:main' ] }, install_requires=requirements,