Skip to content

Commit b28e180

Browse files
committed
chore: avoid __init__.py conflict file
Signed-off-by: Kim Ebert <[email protected]>
1 parent 25a8db9 commit b28e180

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
@@ -51,6 +51,7 @@
5151
'': ['*.txt', '*.md', '*.rst', '*.json', '*.conf', '*.html',
5252
'*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', '*.indy']},
5353
include_package_data=True,
54+
exclude_package_data={'data','__init__.py']
5455
data_files=[(
5556
(BASE_DIR, ['data/nssm_original.exe'])
5657
)],

0 commit comments

Comments
 (0)