File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " abiftool"
3- version = " 0.33.0rc2 "
3+ version = " 0.33.0rc3 "
44description = " abiftool parses, converts and analyzes ABIF (Aggregated Ballot Information Format) files."
55readme = " README.md"
66requires-python = " >=3.8"
@@ -39,10 +39,31 @@ include-package-data = true
3939
4040[tool .setuptools .data-files ]
4141"fetchspecs" = [" fetchspecs/*.fetchspec.json" ]
42- "testdata" = [
43- # Include files from one and two levels deep, but avoid directories
44- " testdata/*/*.*" ,
45- " testdata/*/*/*.*"
42+
43+ # Preserve testdata directory structure by targeting each subfolder explicitly
44+ "testdata/bolson-nameq" = [
45+ " testdata/bolson-nameq/*"
46+ ]
47+ "testdata/burl2009" = [
48+ " testdata/burl2009/*"
49+ ]
50+ "testdata/california" = [
51+ " testdata/california/*"
52+ ]
53+ "testdata/commasep" = [
54+ " testdata/commasep/*"
55+ ]
56+ "testdata/mock-elections" = [
57+ " testdata/mock-elections/*"
58+ ]
59+ "testdata/questionable" = [
60+ " testdata/questionable/*"
61+ ]
62+ "testdata/tenn-example" = [
63+ " testdata/tenn-example/*"
64+ ]
65+ "testdata/widjexample" = [
66+ " testdata/widjexample/*"
4667]
4768
4869# Ignoring "E501" for now, since it seems to cause autopep8 to break
You can’t perform that action at this time.
0 commit comments