We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2f434 commit 156f86bCopy full SHA for 156f86b
setup.py
@@ -130,7 +130,11 @@
130
# installed, specify them here. If using Python 2.6 or less, then these
131
# have to be included in MANIFEST.in as well.
132
package_data={
133
- "": ["*.pl"],
+ "": ["pipeline/demo/*ttf",
134
+ "pipeline/demo/*css",
135
+ "pipeline/demo/*html",
136
+ "pipeline/demo/*js",
137
+ "pipeline/demo/*gif",],
138
},
139
140
include_package_data=True,
0 commit comments