NCI-GDC / maf-lib

Python package for processing and creating MAF files for the GDC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: setup.py needs the package_data set

kmhernan opened this issue · comments

For pip to install the package data, we need to add:

package_data={'maflib': ['resources/*.json']},

to the setup.py file