MANIFEST.in 457 B

123456789101112131415161718192021222324252627
  1. include LICENSE
  2. include *.md
  3. include pyproject.toml
  4. include conftest.py
  5. include package.json
  6. include install.json
  7. include ts*.json
  8. include *.config.js
  9. include yarn.lock
  10. graft yili-dag/labextension
  11. # Javascript files
  12. graft src
  13. graft style
  14. graft ui-tests
  15. prune **/node_modules
  16. prune lib
  17. prune binder
  18. # Patterns to exclude from any directory
  19. global-exclude *~
  20. global-exclude *.pyc
  21. global-exclude *.pyo
  22. global-exclude .git
  23. global-exclude .ipynb_checkpoints