Skip to content

Commit

Permalink
work around conda bug with entry point string parsing
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jun 28, 2017
1 parent 7d9a313 commit 58666ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -35,8 +35,8 @@
include_package_data=True,
entry_points={
"console_scripts": [
"flterm=misoc.tools.flterm:main",
"mkmscimg=misoc.tools.mkmscimg:main",
"flterm = misoc.tools.flterm:main",
"mkmscimg = misoc.tools.mkmscimg:main",
],
},
)

0 comments on commit 58666ae

Please sign in to comment.