Skip to content

Commit de6111c

Browse files
committed
Include images in the package.
1 parent 6f971ad commit de6111c

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
@@ -8,6 +8,7 @@
88
name = 'PyZen',
99
version = '0.2',
1010
packages = find_packages(),
11+
package_data = {'pyzen.ui': ['img/*']},
1112
author = 'Noah Kantrowitz',
1213
author_email = 'noah@coderanger.net',
1314
description = 'Continuous testing for paranoid developers.',

0 commit comments

Comments
 (0)