pywwt-old-branches/MANIFEST.in

39 строки
613 B
Plaintext
Исходник Обычный вид История

2018-12-21 02:06:06 +03:00
include LICENSE.rst
2017-11-13 14:59:52 +03:00
include README.rst
2018-12-21 02:06:06 +03:00
include CHANGES.rst
2017-11-13 14:59:52 +03:00
2018-01-26 16:15:12 +03:00
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
2018-01-26 16:27:37 +03:00
graft lib
2018-01-26 16:15:12 +03:00
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