pywwt-old-branches/MANIFEST.in

39 строки
613 B
Plaintext

include LICENSE.rst
include README.rst
include CHANGES.rst
include setupbase.py
include pytest.ini
include .coverage.rc
include package.json
include webpack.config.js
include pywwt/labextension/*.tgz
# Documentation
graft docs
exclude docs/\#*
prune docs/build
prune docs/gh-pages
prune docs/dist
# Examples
graft examples
# Tests
graft tests
prune tests/build
# Javascript files
graft pywwt/nbextension
graft lib
prune **/node_modules
prune coverage
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints