Skip to content

Commit

Permalink
Fix setup.py scripts duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
insolite committed Feb 6, 2017
1 parent 1d2c16d commit a3bbf40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def read_version():
install_requires=requirements,
entry_points={
'console_scripts': [
'{} = {}.scripts.server:main'.format(hyphen_package_name, package_name),
'{} = {}.scripts.server:main'.format(hyphen_package_name, package_name),
'{}-shell = {}.scripts.shell:main'.format(hyphen_package_name, package_name),
],
Expand Down

0 comments on commit a3bbf40

Please sign in to comment.