Skip to content

Commit 3f1d571

Browse files
committed
move scripts to package_data to save space
1 parent 69e6d4b commit 3f1d571

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
setup(
1010
name='pydf',
11-
version = '0.1',
12-
description = description,
13-
author = 'Samuel Colvin',
14-
license = 'MIT',
15-
author_email = '[email protected]',
16-
url = 'https://github.com/samuelcolvin/pydf',
17-
packages = ['pydf'],
18-
platforms = 'any',
19-
scripts=['bin/wkhtmltopdf', 'bin/wkhtmltopdf-heroku'],
11+
version='0.1',
12+
description=description,
13+
author='Samuel Colvin',
14+
license='MIT',
15+
author_email='[email protected]',
16+
url='https://github.com/samuelcolvin/pydf',
17+
packages=['pydf'],
18+
platforms='any',
19+
package_data={'pydf': ['bin/wkhtmltopdf*']},
2020
classifiers=[
2121
'Development Status :: 5 - Production/Stable',
2222
'Environment :: Web Environment',

0 commit comments

Comments
 (0)