Bug: setup.py needs the package_data set
kmhernan opened this issue · comments
Kyle Hernandez commented
For pip to install the package data, we need to add:
package_data={'maflib': ['resources/*.json']},
to the setup.py
file
Python package for processing and creating MAF files for the GDC
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