commit
ab78b7f5fa
1 changed files with 5 additions and 1 deletions
6
setup.py
6
setup.py
|
@ -113,7 +113,11 @@ elif platform == DARWIN:
|
||||||
entry_points={'console_scripts': console_scripts},
|
entry_points={'console_scripts': console_scripts},
|
||||||
package_data={
|
package_data={
|
||||||
package_name: list(package_files('lbrynet/resources/ui'))
|
package_name: list(package_files('lbrynet/resources/ui'))
|
||||||
}
|
},
|
||||||
|
# If this is True, setuptools tries to build an egg
|
||||||
|
# and py2app / modulegraph / imp.find_module
|
||||||
|
# doesn't like that.
|
||||||
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
elif platform == WINDOWS:
|
elif platform == WINDOWS:
|
||||||
|
|
Loading…
Add table
Reference in a new issue