We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851d288 commit 246e441Copy full SHA for 246e441
pyproject.toml
@@ -38,6 +38,10 @@ classifiers = [
38
"Topic :: Scientific/Engineering",
39
"Topic :: Software Development"
40
]
41
+exclude = [
42
+ "colour_checker_detection/resources/colour-checker-detection-examples-datasets/detection/*",
43
+ "colour_checker_detection/resources/colour-checker-detection-tests-datasets/colour_checker_detection/detection/*",
44
+]
45
46
[tool.poetry.dependencies]
47
python = "^3.5"
0 commit comments