fix: produce working SDists

This commit is contained in:
Henry Schreiner
2021-10-26 12:07:17 -04:00
parent 4515cd2203
commit 0bfbd5b309
4 changed files with 33 additions and 1 deletions
+15
View File
@@ -67,3 +67,18 @@ ignore_missing_imports = true
[tool.pycln]
all = true
[tool.check-manifest]
ignore = [
".*",
".circleci/**",
"test/**",
"unit_test/**",
"docs/**",
"examples/**",
"bin/**",
"*.yml",
"CI.md", # TODO: can change test/test_ssl and remove this
"requirements-dev.txt",
"noxfile.py",
]