fix: resolve CI/CD package filtering issues
- Fix pyproject.toml package include/exclude to only include config_auditor package - Add MANIFEST.in to exclude unrelated directories from sdist distribution
This commit is contained in:
@@ -49,8 +49,8 @@ dev = [
|
|||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."]
|
where = ["."]
|
||||||
include = ["config_auditor*"]
|
include = ["config_auditor"]
|
||||||
exclude = ["tests*", "fixtures*"]
|
exclude = ["tests", "fixtures"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
|
|||||||
Reference in New Issue
Block a user