Skip to content

Commit 156f86b

Browse files
committed
Include the demo files in the distribution
1 parent be2f434 commit 156f86b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,11 @@
130130
# installed, specify them here. If using Python 2.6 or less, then these
131131
# have to be included in MANIFEST.in as well.
132132
package_data={
133-
"": ["*.pl"],
133+
"": ["pipeline/demo/*ttf",
134+
"pipeline/demo/*css",
135+
"pipeline/demo/*html",
136+
"pipeline/demo/*js",
137+
"pipeline/demo/*gif",],
134138
},
135139

136140
include_package_data=True,

0 commit comments

Comments
 (0)