Skip to content

Commit c4beeb1

Browse files
authored
Merge pull request #1389 from cmu-delphi/krivard/fix-package-data
Add 2019 and 2020 directories to delphi-utils package_data
2 parents 0bbcc1f + 0b5bc91 commit c4beeb1

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)