- Fix pyproject.toml package include/exclude to only include config_auditor package - Add MANIFEST.in to exclude unrelated directories from sdist distribution
Prevent unrelated packages from being bundled in the distribution by adding include=['config_auditor*'] and exclude=['tests*', 'fixtures*']