forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
47 lines (41 loc) · 1.02 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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
# Galata
include galata/README.md
include galata/jupyter_server_config.py
include galata/*.js
recursive-include galata/media *.*
graft galata/src
graft galata/style
graft galata/test
# Docker
include Dockerfile
include .dockerignore
recursive-include docker *.json