Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Update packaging #153

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
setup.py: Add missing module and data
  • Loading branch information
jayvdb committed Dec 14, 2019
commit e9d0582f568628ea0d414fee5fe24f8474952dea
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get_var(var_name):
'galaxy.util', # Incomplete
'galaxy.util.logging',
'galaxy.util.path',
'galaxy.web',
]
ENTRY_POINTS = '''
[console_scripts]
Expand All @@ -73,6 +74,8 @@ def get_var(var_name):
'exceptions/error_codes.json',
'tools/deps/mulled/invfile.lua',
'tools/deps/resolvers/default_conda_mapping.yml',
'tools/toolbox/filters/examples.py.sample',
'tools/xsd/galaxy.jxb',
],
}
PACKAGE_DIR = {
Expand Down