Skip to content

Commit 88869ed

Browse files
authored
Update setup.py
1 parent ad8e707 commit 88869ed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
buildOptions = dict(
66
include_files = [
7-
'Sample_Data/',
8-
'settings.cfg'
7+
# 'Sample_Data/',
8+
# 'settings.cfg'
9+
'README.md'
910
],
1011
silent_level = 0
1112
)
@@ -32,4 +33,4 @@ def find_data_file(filename):
3233
base=None
3334
)
3435
]
35-
)
36+
)

0 commit comments

Comments
 (0)