New features and APIs
* Added support for building custom search commands in Python using the Khulnasoft
SDK for Python.
Bug fix
* When running `setup.py dist` without running `setup.py build`, there is no
longer a `No such file or directory` error on the command line, and the
command behaves as expected.
* When setting the sourcetype of a modular input event, events are indexed properly.
Previously Khulnasoft would encounter an error and skip them.
Breaking changes
* If modular inputs were not being indexed by Khulnasoft because a sourcetype was set
(and the SDK was not handling them correctly), they will be indexed upon updating
to this version of the SDK.
Minor changes
* Docstring corrections in the modular input examples.
* A minor docstring correction in `khulnasoftlib/modularinput/event_writer.py`.