Skip to content

Commit

Permalink
Fix cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Nov 29, 2019
1 parent c887a9d commit 14516a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datumaro/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def find_version(file_path=None):
],
entry_points={
'console_scripts': [
'datum=datum:main',
'datum=datumaro:main',
],
},
)

0 comments on commit 14516a0

Please sign in to comment.