Skip to content

Commit

Permalink
fix eds-editor command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Nov 27, 2022
1 parent 2ded454 commit 0b167bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eds_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python_requires = >=3.7

[options.entry_points]
console_scripts =
eds-editor = eds_utils.eds_editor:eds_editor
eds-editor = eds_utils.eds_editor.main:eds_editor
eds-validate = eds_utils.eds_validate:eds_validate
eds2c = eds_utils.eds2c:eds2c
eds2dcf = eds_utils.eds2dcf:eds2dcf
Expand Down

0 comments on commit 0b167bd

Please sign in to comment.