Skip to content

Commit 0b5bc91

Browse files
committed
Update delphi-utils package_data
Include new subdirectories for different years of census data.
1 parent 0bbcc1f commit 0b5bc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_delphi_utils_python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"Programming Language :: Python :: 3.8",
4141
],
4242
packages=find_packages(),
43-
package_data={'': ['data/*.csv']}
43+
package_data={'': ['data/20*/*.csv']}
4444
)

0 commit comments

Comments
 (0)