zero323 commented on a change in pull request #29591:
URL: https://github.com/apache/spark/pull/29591#discussion_r484560092
##########
File path: python/MANIFEST.in
##########
@@ -22,4 +22,5 @@ recursive-include deps/data *.data *.txt
recursive-include deps/licenses *.txt
recursive-include deps/examples *.py
recursive-include lib *.zip
+recursive-include pyspark *.pyi py.typed
Review comment:
__Note__:
Is it possible to do it through `package_data`, i.e.
```python
package_data={
'': ['*.pyi', 'py.typed'],
...
```
Doesn't seem to work here...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]