Skip to content

Commit 0d20156

Browse files
committed
move binary files inside the package
1 parent 3f1d571 commit 0d20156

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
url='https://github.com/samuelcolvin/pydf',
1717
packages=['pydf'],
1818
platforms='any',
19-
package_data={'pydf': ['bin/wkhtmltopdf*']},
19+
package_data={'pydf': ['bin/*']},
2020
classifiers=[
2121
'Development Status :: 5 - Production/Stable',
2222
'Environment :: Web Environment',

0 commit comments

Comments
 (0)