Skip to content

Commit

Permalink
Push scripts into subpackages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jul 8, 2019
1 parent c9ef1b6 commit 9b287ef
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 456 deletions.
2 changes: 2 additions & 0 deletions packages/app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def get_var(var_name):
]
ENTRY_POINTS = '''
[console_scripts]
galaxy-main=galaxy.main:main
galaxy-config=galaxy.config.script:main
'''
PACKAGE_DATA = {
# Be sure to update MANIFEST.in for source dist.
Expand Down
3 changes: 2 additions & 1 deletion packages/data/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def get_var(var_name):
]
ENTRY_POINTS = '''
[console_scripts]
gx-build-objects=galaxy.model.store.build_objects:main
galaxy-build-objects=galaxy.model.store.build_objects:main
galaxy-manage-db=galaxy.model.orm.scripts:manage_db
'''
PACKAGE_DATA = {
# Be sure to update MANIFEST.in for source dist.
Expand Down
4 changes: 0 additions & 4 deletions packages/meta/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ def get_var(var_name):
PACKAGES = []
ENTRY_POINTS = '''
[console_scripts]
galaxy-paster=galaxy.util.pastescript.serve:run
galaxy-main=galaxy.main:main
galaxy-config=galaxy.config.script:main
galaxy-manage-db=galaxy.model.orm.scripts:manage_db
'''
PACKAGE_DATA = {
# Be sure to update MANIFEST.in for source dist.
Expand Down
35 changes: 0 additions & 35 deletions scripts/build_universe_config.py

This file was deleted.

Loading

0 comments on commit 9b287ef

Please sign in to comment.