You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

MANIFEST.in 293 B

5 years ago
5 years ago
12345678
  1. recursive-include mindinsight *
  2. recursive-exclude * .git
  3. recursive-exclude * .gitignore
  4. recursive-exclude * __pycache__
  5. recursive-exclude * *.py[co] *.swp
  6. recursive-exclude mindinsight/datavisual/utils/crc32 *
  7. recursive-exclude mindinsight/ui *
  8. recursive-include mindinsight/ui/dist *