Github user lins05 commented on a diff in the pull request:
https://github.com/apache/spark/pull/16082#discussion_r90774685
--- Diff: python/MANIFEST.in ---
@@ -17,6 +17,8 @@
global-exclude *.py[cod] __pycache__ .DS_Store
recursive-include deps/jars *.jar
graft deps/bin
+graft deps/data
--- End diff --
On a second thought I think it would be better to keep all the packages
consistent (specifying the patterns to include in both MANIFEST.in and
setup.py), so I changed the `graft` to `recursive-include` with proper patters
as you suggested.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]