Skip to content

Commit

Permalink
Add tools to package data
Browse files Browse the repository at this point in the history
  • Loading branch information
radzhome authored Oct 6, 2016
1 parent 6f60800 commit 5d9032f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
download_url='http://pypi.python.org/pypi/fedex/',
packages=['fedex', 'fedex.services', 'fedex.printers'],
package_dir={'fedex': 'fedex'},
package_data={'fedex': ['wsdl/*.wsdl', 'wsdl/test_server_wsdl/*.wsdl']},
package_data={'fedex': ['wsdl/*.wsdl', 'wsdl/test_server_wsdl/*.wsdl', 'tools/*.py']},
platforms=['Platform Independent'],
license='BSD',
classifiers=CLASSIFIERS,
Expand Down

0 comments on commit 5d9032f

Please sign in to comment.