Skip to content

Commit

Permalink
fix same module/package name io for JSON reconstruction #304
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Oct 18, 2024
1 parent 643bfe3 commit c47b8f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'bakta_proteins=bakta.proteins:main',
'bakta_db=bakta.db:main',
'bakta_plot=bakta.plot:main',
'bakta_io=bakta.io:main'
'bakta_io=bakta.json_io:main'
]
},
classifiers=[
Expand Down

0 comments on commit c47b8f6

Please sign in to comment.