Skip to content

Commit a38343c

Browse files
author
Zerline
committed
Adding a manifest to make sure setupbase.py is included.
1 parent 37a9641 commit a38343c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

MANIFEST.in

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
include LICENSE
2+
include README.rst
3+
4+
include setupbase.py
5+
6+
include js/tsconfig.json
7+
include js/package.json
8+
include js/webpack.config.js
9+
include sage_combinat_widgets/labextension/*.tgz
10+
11+
# Documentation
12+
graft docs
13+
exclude docs/\#*
14+
prune docs/build
15+
prune docs/dist
16+
prune docs/presentation
17+
prune docs/video
18+
19+
# Examples
20+
recursive-include examples *.ipynb *.py
21+
22+
# Tests
23+
prune tests
24+
25+
# Javascript files
26+
graft sage_combinat_widgets/nbextension
27+
graft js/src
28+
prune **/node_modules
29+
prune coverage
30+
prune js/lib
31+
32+
# Patterns to exclude from any directory
33+
global-exclude *~
34+
global-exclude *.pyc
35+
global-exclude *.pyo
36+
global-exclude .git
37+
global-exclude *checkpoint*
38+
global-exclude *Untitled*

0 commit comments

Comments
 (0)