Skip to content

Commit 346155a

Browse files
committed
Merge pull request #250 from jzohrab/fix_clitools_entry_points
Remove bad clitools entry point.
2 parents e3a4367 + 41c4201 commit 346155a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: setup.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,5 @@
2525
],
2626
url="https://github.com/napalm-automation/napalm",
2727
include_package_data=True,
28-
install_requires=reqs,
29-
entry_points={
30-
'console_scripts': [
31-
'cl_napalm_configure=napalm.clitools.cl_napalm_configure:main',
32-
],
33-
}
28+
install_requires=reqs
3429
)

0 commit comments

Comments
 (0)