zhangjiajie023 opened a new issue #3248: MANIFEST.in not works when running 
"python setup.py install"
URL: https://github.com/apache/incubator-superset/issues/3248
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included 
it here as text if any
   - [x] I have reproduced the issue with at least the latest released version 
of superset
   - [x] I have checked the issue tracker for the same issue and I haven't 
found one similar
   
   
   ### Superset version
   0.15.4
   
   ### Expected results
   the folders in node_modules will be ingored when installing except 
`font-awesome`
   
   ### Actual results
   when installing, all files in node_modules are copyied to 'build/lib/xxx'.
   And exists warnings, where the first warning should not be exiest when it's 
fine:
   ```
   reading manifest template 'MANIFEST.in'
   warning: manifest_maker: MANIFEST.in, line 3: 'recursive-exclude' expects 
<dir> <pattern1> <pattern2> ...
   
   warning: no previously-included files matching '*' found under directory 
'superset/static/docs'
   warning: no previously-included files matching '*' found under directory 
'superset/static/spec'
   writing manifest file 'pilot.egg-info/SOURCES.txt'
   ```
   
   ### Steps to reproduce
   0. modified massive code, but MANIFEST.in isn't be changed.
   1. npm install
   2. npm run build
   3. python setup.py install
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to