MatterGen / model /package_config.py
dadadaxi's picture
Upload folder using huggingface_hub
f15d29e verified
Raw
History Blame Contribute Delete
187 Bytes
from pathlib import Path
def get_package_data():
package = "model"
data = {
package: ["LICENSE", "NOTICE", "SOURCE.md", "**/*.yaml", "**/*.json"],
}
return data