Skip to content

Commit d3e30a5

Browse files
committed
Add flag to *really* install data files
1 parent 946bae2 commit d3e30a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def _get_file_contents(file_path: Path) -> str:
6262
"termcolor==1.1.0",
6363
"terminaltables==3.1.0"
6464
],
65+
include_package_data=True,
6566
entry_points={
6667
"console_scripts": [
6768
"se = se.executables:main",

0 commit comments

Comments
 (0)