Skip to content

Commit

Permalink
include pipelines in package data
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Oct 3, 2023
1 parent 8f7b30e commit b73c37c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ def get_requires():
long_description = fh.read()

setup(name='cmat',
version='3.0.4',
version='3.0.5',
author_email='opentargets-clinvar@ebi.ac.uk',
url='https://github.com/EBIvariation/eva-opentargets',
url='https://github.com/EBIvariation/CMAT',
packages=find_packages(),
install_requires=get_requires(),
package_data={
'cmat': ['OT_SCHEMA_VERSION']
'cmat': ['OT_SCHEMA_VERSION', 'pipelines/*']
},
description='ClinVar Mapping and Annotation Toolkit',
long_description=long_description,
Expand Down

0 comments on commit b73c37c

Please sign in to comment.