microbiomedata / nmdc-schema

National Microbiome Data Collaborative (NMDC) unified data model
https://microbiomedata.github.io/nmdc-schema/
Creative Commons Zero v1.0 Universal
27 stars 8 forks source link

add yaml files to pypi release #153

Closed wdduncan closed 2 years ago

wdduncan commented 2 years ago

In order for SchemaView to work properly using the pypi release of nmdc-schema, all the yaml files need to be available.

Specifically, the package data in setup.py needs to be modified:

package_data={
        "nmdc_schema": ["nmdc.schema.json", "gold-to-mixs.sssom.tsv", "nmdc.yaml"]
    }
wdduncan commented 2 years ago

Done in https://github.com/microbiomedata/nmdc-schema/pull/154