forked from AlbertDeFusco/jupyter-fs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
35 lines (30 loc) · 700 Bytes
/
MANIFEST.in
File metadata and controls
35 lines (30 loc) · 700 Bytes
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
# general project files
include .bumpversion.cfg
include CONTRIBUTING.md
include install.json
include LICENSE
include Makefile
include README.md
# python pkg files
include jupyter-config/jupyter_server_config.d/jupyterfs.json
include jupyterfs/browser-test.js
include pyproject.toml
include setup.cfg
graft labextension
# javascript pkg files
include js/package.json
include js/ts*.json
graft js/src
graft js/style
prune js/build
prune js/dist
prune js/lib
prune **/node_modules
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints
global-exclude tsconfig.tsbuildinfo
global-exclude yarn.lock