Skip to content

Commit

Permalink
Merge pull request #250 from jzohrab/fix_clitools_entry_points
Browse files Browse the repository at this point in the history
Remove bad clitools entry point.
  • Loading branch information
dbarrosop committed May 12, 2016
2 parents e3a4367 + 41c4201 commit 346155a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@
],
url="https://github.com/napalm-automation/napalm",
include_package_data=True,
install_requires=reqs,
entry_points={
'console_scripts': [
'cl_napalm_configure=napalm.clitools.cl_napalm_configure:main',
],
}
install_requires=reqs
)

0 comments on commit 346155a

Please sign in to comment.