forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
33 lines (29 loc) · 779 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
include package.json
include LICENSE
include *.md
include pyproject.toml
include setup.py
include setup.cfg
include conftest.py
# Documentation
graft docs
exclude docs/\#*
prune docs/api
prune docs/build
# We must include the package_data files since include_package_data=True
# See https://github.com/pypa/setuptools/issues/1461
include jupyterlab/staging/*
include jupyterlab/staging/templates/*
include jupyterlab/staging/.yarnrc
graft jupyterlab/static
graft jupyterlab
graft jupyterlab/tests
graft jupyterlab/tests/mock_packages
graft jupyterlab/themes
graft jupyterlab/schemas
graft jupyter-config
recursive-include jupyterlab *.js
prune jupyterlab/**/node_modules
prune jupyterlab/staging/build
recursive-exclude jupyterlab *.pyc
recursive-exclude jupyterlab *.js.map