Skip to content

Commit

Permalink
changed setup of match1 node
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed May 9, 2024
1 parent 365c688 commit abc8146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matchs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
tests_require=['pytest'],
entry_points={
'console_scripts': [
'match1 = src.match1:main'
'match1 = src.sequenceur_match1:main'
],
},
)

0 comments on commit abc8146

Please sign in to comment.