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 0bbcc1f commit 0b5bc91Copy full SHA for 0b5bc91
_delphi_utils_python/setup.py
@@ -40,5 +40,5 @@
40
"Programming Language :: Python :: 3.8",
41
],
42
packages=find_packages(),
43
- package_data={'': ['data/*.csv']}
+ package_data={'': ['data/20*/*.csv']}
44
)
0 commit comments