PyMISP
PyMISP copied to clipboard
Repair include
Include docs, examples and tests in sdist
Merging this would probably mean that i can use the tar.gz from pypi directly and still get tests without rolling my own.
Just making sure before I merge it: did you test it and it works for you?
I added { path = "tests", format = "sdist" } and ran python3 -m build --sdist . and it had the effect i expected on the produced tarball, i didn't test building a wheel from it though.
I've now completed my entire packaging including running pytest tests/test_mispevent.py after adjusting the include statement.