microsoft / msticnb

MSTIC Notebook Components
MIT License
30 stars 13 forks source link

YAML metadata files are missing in the PIP package #37

Open rjaakke opened 2 years ago

rjaakke commented 2 years ago

The YAML metadata files containing the metadata are missing from the PIP package. Downloaded from https://pypi.org/project/msticnb/#files

To Reproduce ip_ent_nb = nb.nblts.azsent.network.IpAddressSummary() ip_ent_nb.default_options() []

Expected behavior ip_ent_nb = nb.nblts.azsent.network.IpAddressSummary() ip_ent_nb.default_options() ['geoip', 'alerts', 'host_logons', 'related_accounts', 'device_info', 'device_network']

rjaakke commented 2 years ago

Created a PR for this.

rjaakke commented 2 years ago

Did anyone have time to look at this?

rjaakke commented 1 year ago

This is an easy fix guys, current package is useless without the YAML's. Please have a look at this.