Skip to content

Commit

Permalink
fix path to the example executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Dainat committed Dec 4, 2017
1 parent 6065d5b commit 669711d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

entry_points={
'console_scripts': ['EMBLmyGFF3 = EMBLmyGFF3:main',
'EMBLmyGFF3-augustus-example = EMBLmyGFF3.examples.augustus_example:main',
'EMBLmyGFF3-maker-example = EMBLmyGFF3.examples.maker_example:main',
'EMBLmyGFF3-prokka-example = EMBLmyGFF3.examples.prokka_example:main',
'EMBLmyGFF3-augustus-example = examples.augustus_example:main',
'EMBLmyGFF3-maker-example = examples.maker_example:main',
'EMBLmyGFF3-prokka-example = examples.prokka_example:main',
],
}
)

0 comments on commit 669711d

Please sign in to comment.