Place galaxy.metadata into galaxy-job-execution.

This commit is contained in:
John Chilton
2019-06-12 14:43:45 -04:00
parent 83ba4517c9
commit fd7bc2d0da
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
../../../lib/galaxy/metadata
+1
View File
@@ -32,6 +32,7 @@ TEST_DIR = 'tests'
PACKAGES = [
'galaxy',
'galaxy.job_execution',
'galaxy.metadata',
]
ENTRY_POINTS = '''
[console_scripts]
+1
View File
@@ -0,0 +1 @@
../../../test/unit/tools/test_metadata.py