Skip to content

Commit

Permalink
Add script entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Jul 3, 2024
1 parent cedcc9f commit 7090b47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/data/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ console_scripts =
galaxy-load-objects = galaxy.model.store.load_objects:main
galaxy-manage-db = galaxy.model.orm.scripts:manage_db
galaxy-prune-histories = galaxy.model.scripts:prune_history_table
galaxy-dedup-usernames = galaxy.model.scripts:dedup_usernames
galaxy-dedup-emails = galaxy.model.scripts:dedup_emails

[options.packages.find]
exclude =
tests*
tests*

0 comments on commit 7090b47

Please sign in to comment.