Skip to content

Commit 91e4b54

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +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'}
54+
exclude_package_data={'data':'__init__.py'}
5555
data_files=[(
5656
(BASE_DIR, ['data/nssm_original.exe'])
5757
)],

0 commit comments

Comments
 (0)