Include icon PNG files in the bdist zip
This commit is contained in:
parent
ad7e9acb5d
commit
61b8667f3b
4
setup.py
4
setup.py
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
import glob
|
||||
import sys
|
||||
import shutil
|
||||
import subprocess
|
||||
@ -176,7 +177,8 @@ setup(
|
||||
author='Sybren A. Stüvel',
|
||||
author_email='sybren@stuvel.eu',
|
||||
packages=find_packages('.'),
|
||||
data_files=[('blender_cloud', ['README.md'])],
|
||||
data_files=[('blender_cloud', ['README.md']),
|
||||
('blender_cloud/icons', glob.glob('blender_cloud/icons/*'))],
|
||||
scripts=[],
|
||||
url='https://developer.blender.org/diffusion/BCA/',
|
||||
license='GNU General Public License v2 or later (GPLv2+)',
|
||||
|
Reference in New Issue
Block a user