Commit Graph

2 Commits

Author SHA1 Message Date
9ab1455dbb fix: resolve CI/CD package filtering issues
Some checks failed
CI / test (push) Failing after 11s
CI / build (push) Has been skipped
- Fix pyproject.toml package include/exclude to only include config_auditor package
- Add MANIFEST.in to exclude unrelated directories from sdist distribution
2026-01-30 18:28:58 +00:00
7f7f5b8228 fix: add proper package filtering to pyproject.toml
Some checks failed
CI / test (push) Failing after 12s
CI / build (push) Has been skipped
Prevent unrelated packages from being bundled in the distribution
by adding include=['config_auditor*'] and exclude=['tests*', 'fixtures*']
2026-01-30 18:24:16 +00:00