Skip to content

Commit

Permalink
Update file name for the entry point in the setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew S. Klosak committed Jul 27, 2017
1 parent ab89971 commit 63632b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
packages=['easyedit', 'tests'],
entry_points={
'console_scripts': [
'EasyEdit=easyedit.editor:main'
'EasyEdit=easyedit.Editor:main'
]
},
install_requires=requirements,
Expand Down

0 comments on commit 63632b0

Please sign in to comment.